1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

* Makefile.in (.c.o): Make the rule start with a tab, not spaces.

This commit is contained in:
Jim Blandy 1993-05-18 20:35:35 +00:00
parent d1e8f154fb
commit 51facdef2e

View File

@ -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}