diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-25 18:05:39 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-25 18:05:39 -0700 |
commit | cf38a720e81b545f90dc7be81891d94df6ed059a (patch) | |
tree | 421932c3315e5ded7dab371d26820ed3172bfd23 /lib | |
parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index b7ce6dd3b01..92fd7a81848 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in @@ -20,7 +20,7 @@ ALL = gnulib .PHONY: $(ALL) -LOCAL_FLAGS = -DHAVE_CONFIG_H=1 -I. -I../nt/inc -I../src +LOCAL_FLAGS = -I. -I../nt/inc -I../src LIBS = GNULIBOBJS = $(BLD)/dtoastr.$(O) \ |