Fix typo in Makefile.am snippet.
authorBruno Haible <bruno@clisp.org>
Wed, 11 Jun 2003 18:57:06 +0000 (18:57 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 11 Jun 2003 18:57:06 +0000 (18:57 +0000)
modules/sysexits

index 8a4f1c8..a34f2d4 100644 (file)
@@ -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: