diff options
Diffstat (limited to 'tools/depends/target/libxslt/Makefile')
-rw-r--r-- | tools/depends/target/libxslt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/target/libxslt/Makefile b/tools/depends/target/libxslt/Makefile index ad2882d136..6d6bc8c549 100644 --- a/tools/depends/target/libxslt/Makefile +++ b/tools/depends/target/libxslt/Makefile @@ -25,6 +25,7 @@ $(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS) cd $(PLATFORM); $(ARCHIVE_TOOL) $(ARCHIVE_TOOL_FLAGS) $(TARBALLS_LOCATION)/$(ARCHIVE) sed -ie "s|runtest$$(EXEEXT)||" "$(PLATFORM)/Makefile.in" sed -ie "s|testrecurse$$(EXEEXT)||" "$(PLATFORM)/Makefile.in" + sed -ie "s|xsltproc||" "$(PLATFORM)/Makefile.in" cd $(PLATFORM); $(CONFIGURE) $(LIBDYLIB): $(PLATFORM) |