One more tweak to patches section
This commit is contained in:
2
Makefile
2
Makefile
@@ -41,7 +41,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); \
|
||||||
|
|||||||
Reference in New Issue
Block a user