diff --git a/Makefile b/Makefile index b20d116..abb8f94 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,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 -Np0 -i $$patch; \ done @cd $(SRCDIR); \