Tweaked patches section in Makefile

This commit is contained in:
2016-09-09 15:29:51 -05:00
parent fea836b348
commit 0fe40121f2

View File

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