mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
This commit is contained in:
parent
d1e8f154fb
commit
51facdef2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue