projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09b2350
)
Fix typo in Makefile.am snippet.
author
Bruno Haible
<bruno@clisp.org>
Wed, 11 Jun 2003 18:57:06 +0000
(18:57 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 11 Jun 2003 18:57:06 +0000
(18:57 +0000)
modules/sysexits
patch
|
blob
|
history
diff --git
a/modules/sysexits
b/modules/sysexits
index 8a4f1c8c586ac825d39974fcd2864eeed9c87878..a34f2d47763ba5f10869cd37f38d04d9ddff6b5e 100644
(file)
--- a/
modules/sysexits
+++ b/
modules/sysexits
@@
-17,8
+17,8
@@
EXTRA_DIST += sysexit_.h
# doesn't have one that works with the given compiler.
all-local $(lib_OBJECTS): @SYSEXITS_H@
sysexits.h: sysexit_.h
-
cp $(srcdir)/sysexit_.h sysexits.h-t
-
mv sysexits.h-t sysexits.h
+ cp $(srcdir)/sysexit_.h sysexits.h-t
+ mv sysexits.h-t sysexits.h
MOSTLYCLEANFILES += sysexits.h sysexits.h-t
Include: