diff options
author | Jason Rumney <jasonr@gnu.org> | 2005-09-11 22:29:23 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2005-09-11 22:29:23 +0000 |
commit | df1b21421be7370610e8a56e665683619f9df87b (patch) | |
tree | dc04fb0a3032e06aa9cef7140305bcc3010c5df6 /lib-src | |
parent | a8f6d239d2d541ec874a22000e0542c20fd55a67 (diff) | |
download | emacs-df1b21421be7370610e8a56e665683619f9df87b.tar.gz |
(../src/config.h): Don't overwrite. Print a message instead.
(../src/paths.h): Removed.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/ChangeLog | 6 | ||||
-rw-r--r-- | lib-src/makefile.w32-in | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5767b49aaed..4cf0da4b644 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,9 @@ +2005-09-11 Jason Rumney <jasonr@gnu.org> + + * makefile.w32-in (../src/config.h): Don't overwrite. Print a + message instead. + (../src/paths.h): Removed. + 2005-07-27 Juanma Barranquero <lekktu@gmail.com> * .cvsignore: Don't ignore fns-* and fns.el, which are no longer diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index bfda0f25d5f..a1a96098bd8 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -300,9 +300,9 @@ cleanall: clean # Headers we would preprocess if we could. # ../src/config.h: ../nt/$(CONFIG_H) - $(CP) $(ALL_DEPS) $@ -../src/paths.h: ../nt/paths.h - $(CP) $(ALL_DEPS) $@ + echo config.h has changed. Re-run configure.bat. + exit -1 + getopt.h: getopt_.h $(CP) $(ALL_DEPS) $@ |