diff lib-src/Makefile.in @ 2861:6ecacffe7f92

* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
author Jim Blandy <jimb@redhat.com>
date Tue, 18 May 1993 20:35:35 +0000
parents 6cc1bf599a56
children 1b3cab5f40e4
line wrap: on
line diff
--- a/lib-src/Makefile.in	Tue May 18 20:33:05 1993 +0000
+++ b/lib-src/Makefile.in	Tue May 18 20:35:35 1993 +0000
@@ -104,7 +104,7 @@
 ### the information in ../src/config.h.
 ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS}
 .c.o:
-      ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
+	${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
 
 all: ${EXECUTABLES}