diff options
| author | Jim Blandy | 1993-05-18 20:35:35 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-18 20:35:35 +0000 |
| commit | 51facdef2e2bd165bf6b0bd2e1874db3448a3026 (patch) | |
| tree | 258fe1af3e6fc05da17c070950a62441eb1b6b2c /lib-src | |
| parent | d1e8f154fb776051f081754287ab43464c749724 (diff) | |
| download | emacs-51facdef2e2bd165bf6b0bd2e1874db3448a3026.tar.gz emacs-51facdef2e2bd165bf6b0bd2e1874db3448a3026.zip | |
* Makefile.in (.c.o): Make the rule start with a tab, not spaces.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 2 |
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. |
| 105 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H -I../src ${CFLAGS} | 105 | ALL_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 | ||
| 109 | all: ${EXECUTABLES} | 109 | all: ${EXECUTABLES} |
| 110 | 110 | ||