Tweaked patches section in Makefile

This commit is contained in:
2016-09-09 15:13:01 -05:00
parent 83b8032bf3
commit da3a5b92a9

View File

@@ -41,7 +41,7 @@ $(SRCDIR): $(ARCHIVE)
fi
$(SRCDIR)/config.log: $(SRCDIR)
@cd $(SRCDIR) && for patch in $(PATCHDIR)/*.patch; do \
@cd $(SRCDIR) && for patch in `find $(PATCHDIR) -name \*.patch`; do \
patch --verbose -Np1 -i $$patch; \
done
@cd $(SRCDIR); \