From a69edb8adff6683988ee0b19179dd85c1c35edf0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 29 Sep 2010 17:07:34 +0200 Subject: [PATCH] lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale. --- lib-src/ChangeLog | 2 ++ lib-src/makefile.w32-in | 1 + 2 files changed, 3 insertions(+) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2adb909c64a..2c386257c10 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,5 +1,7 @@ 2010-09-29 Juanma Barranquero + * 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 72a04ecff89..552dd1349fc 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 -- 2.39.2