diff options
| author | Andrew Innes | 2000-12-06 13:42:48 +0000 |
|---|---|---|
| committer | Andrew Innes | 2000-12-06 13:42:48 +0000 |
| commit | e260c47a5af8037ecc6ee56984cd99286882b41f (patch) | |
| tree | e5964e965b9e8d0f0d55c0ed9f3161159f4378ff /lib-src | |
| parent | 2fe9a71c600d76b89d161bc7b30fbf4fc4e6cc93 (diff) | |
| download | emacs-e260c47a5af8037ecc6ee56984cd99286882b41f.tar.gz emacs-e260c47a5af8037ecc6ee56984cd99286882b41f.zip | |
(LOCAL_FLAGS): Remove -DVERSION flag, since we
don't know the real version, and I can't seem to get the quoting
right in all circumstances.
Diffstat (limited to 'lib-src')
| -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 5450e8ce0bd..7035c7f64f2 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -25,7 +25,7 @@ ALL = make-docfile hexl ctags etags movemail fakemail ebrowse | |||
| 25 | 25 | ||
| 26 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ | 26 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ |
| 27 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ | 27 | -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ |
| 28 | -I../src -DVERSION="\"$(VERSION)\"" | 28 | -I../src |
| 29 | 29 | ||
| 30 | # don't know what (if) to do with these yet... | 30 | # don't know what (if) to do with these yet... |
| 31 | # | 31 | # |