diff options
| author | Richard M. Stallman | 1993-05-28 01:19:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-28 01:19:17 +0000 |
| commit | c93341d5410142fb5fa460535b3261f9fa126814 (patch) | |
| tree | 4ba06140a63154fb5474376d20e109831f85bcb2 /lib-src | |
| parent | 619c556e37f32f85ee86abac0199c76f6b28149d (diff) | |
| download | emacs-c93341d5410142fb5fa460535b3261f9fa126814.tar.gz emacs-c93341d5410142fb5fa460535b3261f9fa126814.zip | |
(ALL_CFLAGS): Add -I../src
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index bf9b3e23115..6c4b35bbfb5 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -103,7 +103,8 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ | |||
| 103 | ### Some other files - those shared with other GNU utilities - need | 103 | ### Some other files - those shared with other GNU utilities - need |
| 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 -I${srcdir} -I${srcdir}/../src ${CFLAGS} | 106 | ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ |
| 107 | -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS} | ||
| 107 | .c.o: | 108 | .c.o: |
| 108 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< | 109 | ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $< |
| 109 | 110 | ||