From: Jim Meyering Date: Tue, 4 Nov 2003 09:41:26 +0000 (+0000) Subject: Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e00b34d5cc6594df21880e8330219a17e5d71e;p=pspp Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. --- 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