Mercurial > emacs
changeset 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 | c93004d53e7a |
children | a836ab73fb89 |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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}