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:
parent
d1e8f154fb
commit
51facdef2e
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user