From da3a5b92a946da29cc29ece71bac3251c280cbb8 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Fri, 9 Sep 2016 15:13:01 -0500 Subject: [PATCH] Tweaked patches section in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1227297..63ceb61 100644 --- a/Makefile +++ b/Makefile @@ -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); \