summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2005-09-11 22:28:28 +0000
committerJason Rumney <jasonr@gnu.org>2005-09-11 22:28:28 +0000
commitb585a5b2bfb366711052ece8adb5465cb0774ec0 (patch)
treedf49e9863a53906335eece2752541380542686ab /lib-src
parent513005e4314dcd9c8bccde3cc0fcaa10853852bd (diff)
downloademacs-b585a5b2bfb366711052ece8adb5465cb0774ec0.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/makefile.w32-in6
1 files changed, 3 insertions, 3 deletions
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) $@