]> sjero.net Git - wget/commitdiff
[svn] Create configure.bat in $srcdir.
authorhniksic <devnull@localhost>
Fri, 31 Oct 2003 23:20:35 +0000 (15:20 -0800)
committerhniksic <devnull@localhost>
Fri, 31 Oct 2003 23:20:35 +0000 (15:20 -0800)
ChangeLog
Makefile.in

index 31c57460bd4e82aff7f6f9c104d72735d654650d..708686537baacb32861c7f22c438238ace3d6577 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-09  Nicolas Schodet  <contact@ni.fr.eu.org>
+
+       * Makefile.in: Fixed bad configure.bat scrdir.
+
 2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * configure.in: Reenable IPv6 autodetection.
index 44971e4fccb02ff6e0553fd725988ff917044e9e..23058c03d63156aa33c18cfb358e8f5c627e07b3 100644 (file)
@@ -115,8 +115,8 @@ libtool: $(LIBTOOL_DEPS)
 # Create configure.bat from configure.bat.in by DOS-ifying the lines.
 # This is invoked by `make dist' and deleted by `make realclean' (not
 # `make distclean' because we want to preserve it for distribution).
-configure.bat: configure.bat.in
-       awk '{ print $$0 ($$0 ~ /\r$$/ ? "" : "\r") }' $@.in > $@
+configure.bat: $(srcdir)/configure.bat.in
+       awk '{ print $$0 ($$0 ~ /\r$$/ ? "" : "\r") }' $< > $@
 
 # create tag files for Emacs
 TAGS: