]> granicus.if.org Git - re2c/commitdiff
- Use correct switch to suppress dir names for windows binary package
authorhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sat, 18 Feb 2006 21:54:35 +0000 (21:54 +0000)
committerhelly <helly@642ea486-5414-0410-9d7f-a0204ed87703>
Sat, 18 Feb 2006 21:54:35 +0000 (21:54 +0000)
Makefile.am

index 793e9f6699f77ff1ae4525e9ed8a5753209e0092..8fc58a6e4bc76f023d3775bee6fac46a27fe0b13 100755 (executable)
@@ -45,7 +45,7 @@ zip: $(bin_PROGRAMS) $(EXTRA_ZIP)
        zip -q -o -9 re2c-$(PACKAGE_VERSION)-src.zip $(re2c_SOURCES) $(EXTRA_ZIP)
        if test -f re2c-$(PACKAGE_VERSION)-bin.zip; then rm -f re2c-$(PACKAGE_VERSION)-bin.zip; fi
        if test -f Release-2005/re2c.exe; then \
-       zip -q -o -9 -D re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \
+       zip -q -o -9 -j re2c-$(PACKAGE_VERSION)-bin.zip $(win_BINARIES); \
        fi;
 
 release: dist zip src-rpm