From 51facdef2e2bd165bf6b0bd2e1874db3448a3026 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 18 May 1993 20:35:35 +0000 Subject: [PATCH] * Makefile.in (.c.o): Make the rule start with a tab, not spaces. --- lib-src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e38f7d53fee..74a77a1e99e 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ ### 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}