(../src/paths.h): Removed.
+2005-09-11 Jason Rumney <jasonr@gnu.org>
+
+ * makefile.w32-in (../src/config.h): Don't overwrite. Print a
+ message instead.
+ (../src/paths.h): Removed.
+
2005-07-27 Juanma Barranquero <lekktu@gmail.com>
* .cvsignore: Don't ignore fns-* and fns.el, which are no longer
# Headers we would preprocess if we could.
#
../src/config.h: ../nt/$(CONFIG_H)
- $(CP) $(ALL_DEPS) $@
-../src/paths.h: ../nt/paths.h
- $(CP) $(ALL_DEPS) $@
+ echo config.h has changed. Re-run configure.bat.
+ exit -1
+
getopt.h: getopt_.h
$(CP) $(ALL_DEPS) $@