aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2010-09-29 17:07:34 +0200
committerJuanma Barranquero <[email protected]>2010-09-29 17:07:34 +0200
commita69edb8adff6683988ee0b19179dd85c1c35edf0 (patch)
treeb62f2c96eee4e03f1ec9ea006b4d37af7d9792c5
parente6059fa2447b7d7b147fbb97ec67bf3ec09622fc (diff)
lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.
-rw-r--r--lib-src/ChangeLog2
-rw-r--r--lib-src/makefile.w32-in1
2 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 2adb909c64..2c386257c1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,5 +1,7 @@
2010-09-29 Juanma Barranquero <[email protected]>
+ * makefile.w32-in (../src/config.h): Remove target, it is stale.
+
* emacsclient.c (main): Remove unused variables.
(start_daemon_and_retry_set_socket): Use EXIT_FAILURE.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 72a04ecff8..552dd1349f 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -371,6 +371,7 @@ cleanall: clean
# Headers we would preprocess if we could.
#
../src/config.h: ../nt/$(CONFIG_H)
+ $(DEL) $@
echo $(CONFIG_H) has changed. Re-run configure.bat.
exit -1