changeset 110653:face715f995c

lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 29 Sep 2010 17:07:34 +0200
parents 056ce44cedcd
children d631a67d1138
files lib-src/ChangeLog lib-src/makefile.w32-in
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Sep 29 16:30:45 2010 +0200
+++ b/lib-src/ChangeLog	Wed Sep 29 17:07:34 2010 +0200
@@ -1,5 +1,7 @@
 2010-09-29  Juanma Barranquero  <lekktu@gmail.com>
 
+	* 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.
 
--- a/lib-src/makefile.w32-in	Wed Sep 29 16:30:45 2010 +0200
+++ b/lib-src/makefile.w32-in	Wed Sep 29 17:07:34 2010 +0200
@@ -371,6 +371,7 @@
 # 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