diff options
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 6c4b35bbfb5..6740ab8126c 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 | ### HAVE_CONFIG_H #defined before they know they can take advantage of | 104 | ### HAVE_CONFIG_H #defined before they know they can take advantage of |
| 105 | ### the information in ../src/config.h. | 105 | ### the information in ../src/config.h. |
| 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ | 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ |
| 107 | -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS} | 107 | -I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS} |
| 108 | .c.o: | 108 | .c.o: |
| 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< | 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< |
| 110 | 110 | ||