Skip to content

Commit

Permalink
fixed, do not expand the EXEEXT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Jun 22, 2013
1 parent 8d1c8d0 commit f9362b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/depends/target/libxml2/Makefile
Expand Up @@ -23,8 +23,8 @@ $(TARBALLS_LOCATION)/$(ARCHIVE):
$(PLATFORM): $(TARBALLS_LOCATION)/$(ARCHIVE) $(DEPS)
rm -rf $(PLATFORM)/*; mkdir -p $(PLATFORM)
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|runtest$(EXEEXT)||' "$(PLATFORM)/Makefile.in"
sed -ie 's|testrecurse$(EXEEXT)||' "$(PLATFORM)/Makefile.in"
cd $(PLATFORM); $(CONFIGURE)

$(LIBDYLIB): $(PLATFORM)
Expand Down

0 comments on commit f9362b4

Please sign in to comment.