From: Thomas Roessler Date: Wed, 11 Apr 2001 10:02:02 +0000 (+0000) Subject: Don't rely on GNU make's implicit rules for shell scripts. Noted by X-Git-Tag: mutt-1-3-18-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2a82e83da3fda5a91a74e9168609f449b5253a9;p=mutt Don't rely on GNU make's implicit rules for shell scripts. Noted by EGE. --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 604cf528..0069da31 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -127,6 +127,10 @@ Makefile: Makefile.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status +instdoc: instdoc.sh + cat instdoc.sh > instdoc + chmod a+x instdoc + instdoc.sh: instdoc.sh.in ../config.status cd .. \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status