Another tweak to the paches section

This commit is contained in:
2016-09-09 15:08:46 -05:00
parent fa941f494a
commit aedf727e78

View File

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