lib-src/makefile.w32-in (../src/config.h): Remove target, it is stale.

This commit is contained in:
Juanma Barranquero 2010-09-29 17:07:34 +02:00
parent e6059fa244
commit a69edb8adf
2 changed files with 3 additions and 0 deletions

View 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.

View 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