From 2c9b1ee80b302bf52af55f2efcf7f8e43dac8e8e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 28 Jul 2007 19:33:35 +0000 Subject: [PATCH] (subst.in): Polish substitution of @configure_input@. --- Make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.mk b/Make.mk index ba794597..5225eeeb 100644 --- a/Make.mk +++ b/Make.mk @@ -74,7 +74,7 @@ ehtmldir := $(datadir)/empire/info.html # How to substitute Autoconf output variables # Recursively expanded so that $@ and $< work. subst.in = sed \ - -e 's?@configure_input\@?$(notdir $@). Generated from $(notdir $<) by GNUmakefile.?g' \ + -e 's?@configure_input\@?$(notdir $@): Generated from $(notdir $<) by make.?g' \ -e 's?@builtindir\@?$(builtindir)?g' \ -e 's?@econfig\@?$(econfig)?g' \ -e 's?@einfodir\@?$(einfodir)?g' \