diff --git a/Makefile b/Makefile index 8c67a95..e61cd22 100644 --- a/Makefile +++ b/Makefile @@ -358,8 +358,9 @@ dist-src: find $(TARDIR) -name CVS -o -name .cvsignore | xargs $(RM) -r find $(TARDIR) -name .svn | xargs $(RM) -r find $(TARDIR) -name "*.patch" | xargs $(RM) -r - unix2dos $(TARDIR)/Makefile - unix2dos $(TARDIR)/config/* + dos2unix $(TARDIR)/Makefile + dos2unix $(TARDIR)/auto/Makefile + dos2unix $(TARDIR)/config/* unix2dos $(TARDIR)/auto/core/* unix2dos $(TARDIR)/auto/extensions/* find $(TARDIR) -name '*.h' | xargs unix2dos @@ -376,6 +377,7 @@ dist-src: rm -f ../$(DIST_SRC_ZIP) cd .. && zip -rv9 $(DIST_SRC_ZIP) $(DIST_DIR) dos2unix $(TARDIR)/Makefile + dos2unix $(TARDIR)/auto/Makefile dos2unix $(TARDIR)/config/* dos2unix $(TARDIR)/auto/core/* dos2unix $(TARDIR)/auto/extensions/*