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-src/makefile.w32-in | |
parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lib-src/makefile.w32-in')
-rw-r--r-- | lib-src/makefile.w32-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index fea1d29592e..f1f42bccb68 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -24,7 +24,7 @@ ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\ .PHONY: make-docfile LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DNO_LDAV=1 \ - -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../lib \ + -DNO_ARCHIVES=1 -I../lib \ -I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS) LIBS = $(BASE_LIBS) $(ADVAPI32) |