diff options
| author | Paul Eggert | 2012-06-25 18:05:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-25 18:05:39 -0700 |
| commit | cf38a720e81b545f90dc7be81891d94df6ed059a (patch) | |
| tree | 421932c3315e5ded7dab371d26820ed3172bfd23 /lib-src/Makefile.in | |
| parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
| download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.zip | |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lib-src/Makefile.in')
| -rw-r--r-- | lib-src/Makefile.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index a325fc18aac..fe727c65730 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -169,12 +169,9 @@ LIBS_MOVE = $(LIBS_MAIL) $(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) \ | |||
| 169 | ## Some systems define this to request special libraries. | 169 | ## Some systems define this to request special libraries. |
| 170 | LIBS_SYSTEM = @LIBS_SYSTEM@ | 170 | LIBS_SYSTEM = @LIBS_SYSTEM@ |
| 171 | 171 | ||
| 172 | # Those files shared with other GNU utilities need HAVE_CONFIG_H | ||
| 173 | # defined before they know they can take advantage of the information | ||
| 174 | # in ../src/config.h. | ||
| 175 | BASE_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ | 172 | BASE_CFLAGS = $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ |
| 176 | $(WARN_CFLAGS) $(WERROR_CFLAGS) \ | 173 | $(WARN_CFLAGS) $(WERROR_CFLAGS) \ |
| 177 | -DHAVE_CONFIG_H -I. -I../src -I../lib \ | 174 | -I. -I../src -I../lib \ |
| 178 | -I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib | 175 | -I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib |
| 179 | 176 | ||
| 180 | ALL_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${LDFLAGS} ${CPPFLAGS} ${CFLAGS} | 177 | ALL_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${LDFLAGS} ${CPPFLAGS} ${CFLAGS} |