aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/Makefile.in
diff options
context:
space:
mode:
authorJim Blandy1993-05-18 20:35:35 +0000
committerJim Blandy1993-05-18 20:35:35 +0000
commit51facdef2e2bd165bf6b0bd2e1874db3448a3026 (patch)
tree258fe1af3e6fc05da17c070950a62441eb1b6b2c /lib-src/Makefile.in
parentd1e8f154fb776051f081754287ab43464c749724 (diff)
downloademacs-51facdef2e2bd165bf6b0bd2e1874db3448a3026.tar.gz
emacs-51facdef2e2bd165bf6b0bd2e1874db3448a3026.zip
* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r--lib-src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 \
104### the information in ../src/config.h. 104### the information in ../src/config.h.
105ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS} 105ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS}
106.c.o: 106.c.o:
107 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< 107 ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<
108 108
109all: ${EXECUTABLES} 109all: ${EXECUTABLES}
110 110