]> git.eshelyaron.com Git - emacs.git/commitdiff
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 2adb909c64a28292ec220034aab90a47576a2531..2c386257c109a5517a98fa73b99ebbd56a6bd57b 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 72a04ecff8922eb38fbdc8b389ae209104bf0d14..552dd1349fc652561a612c89693af6ccd2ebca4e 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