# HG changeset patch # User Jim Meyering # Date 1067938886 0 # Node ID d4e39a82e4f48022462701367949a8927cc3a415 # Parent c9f50d6e77329702f9b14cb02eff0177600ae123 Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@. diff --git a/modules/sysexits b/modules/sysexits --- a/modules/sysexits +++ b/modules/sysexits @@ -15,7 +15,7 @@ # 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