projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77195f3
)
Use the `$(VAR)' notation for AC_SUBST'd variable names, rather than @VAR@.
author
Jim Meyering
<jim@meyering.net>
Tue, 4 Nov 2003 09:41:26 +0000
(09:41 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 4 Nov 2003 09:41:26 +0000
(09:41 +0000)
modules/sysexits
patch
|
blob
|
history
diff --git
a/modules/sysexits
b/modules/sysexits
index a34f2d47763ba5f10869cd37f38d04d9ddff6b5e..bf2a3ef2ec0b43ee614bd3f0eb65c00f495f0669 100644
(file)
--- a/
modules/sysexits
+++ b/
modules/sysexits
@@
-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