bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gnulib] modules/sysexits buglet


From: Simon Josefsson
Subject: [Bug-gnulib] modules/sysexits buglet
Date: Wed, 11 Jun 2003 19:39:55 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Makefile:401: *** missing separator (did you mean TAB instead of 8 spaces?).  
Stop.

Index: sysexits
===================================================================
RCS file: /cvsroot/gnulib/gnulib/modules/sysexits,v
retrieving revision 1.1
diff -u -p -r1.1 sysexits
--- sysexits    11 Jun 2003 10:42:09 -0000      1.1
+++ sysexits    11 Jun 2003 17:37:57 -0000
@@ -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:





reply via email to

[Prev in Thread] Current Thread [Next in Thread]