diff --git a/Makefile b/Makefile index b5a1933..a487ce9 100644 --- a/Makefile +++ b/Makefile @@ -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); \