changeset 4849:d4e39a82e4f4

Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@.
author Jim Meyering <jim@meyering.net>
date Tue, 04 Nov 2003 09:41:26 +0000
parents c9f50d6e7732
children b24233cb5ab0
files modules/sysexits
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/sysexits
+++ b/modules/sysexits
@@ -15,7 +15,7 @@
 
 # We need the following in order to create a <sysexits.h> 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