lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 15:07:34 +0000 (17:07 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Sep 2010 15:07:34 +0000 (17:07 +0200)
lib-src/ChangeLog
lib-src/makefile.w32-in

index 2adb909..2c38625 100644 (file)
@@ -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.
 
index 72a04ec..552dd13 100644 (file)
@@ -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