From a23f057a0e05ff3cc779829a0c7e4aec2939f6c4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 13 Mar 1997 09:06:23 +0000 Subject: Avoid too many autoheader runs. svn path=/trunk/; revision=928 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ee88a3bd..46c55d61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -180,7 +180,7 @@ configure: configure.in autoconf $(ACFLAGS) config.h.in: acconfig.h configure.in - autoheader $(ACFLAGS) + autoheader $(ACFLAGS); touch config.h.in # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: -- cgit v1.2.3