From 86e00b34d5cc6594df21880e8330219a17e5d71e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 4 Nov 2003 09:41:26 +0000 Subject: [PATCH] Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. --- modules/sysexits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sysexits b/modules/sysexits index a34f2d4776..bf2a3ef2ec 100644 --- a/modules/sysexits +++ b/modules/sysexits @@ -15,7 +15,7 @@ EXTRA_DIST += sysexit_.h # We need the following in order to create a when the system # doesn't have one that works with the given compiler. -all-local $(lib_OBJECTS): @SYSEXITS_H@ +all-local $(lib_OBJECTS): $(SYSEXITS_H) sysexits.h: sysexit_.h cp $(srcdir)/sysexit_.h sysexits.h-t mv sysexits.h-t sysexits.h -- 2.30.2