Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@.
authorJim Meyering <jim@meyering.net>
Tue, 4 Nov 2003 09:41:26 +0000 (09:41 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 4 Nov 2003 09:41:26 +0000 (09:41 +0000)
modules/sysexits

index a34f2d47763ba5f10869cd37f38d04d9ddff6b5e..bf2a3ef2ec0b43ee614bd3f0eb65c00f495f0669 100644 (file)
@@ -15,7 +15,7 @@ EXTRA_DIST += sysexit_.h
 
 # 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