From 41f850165a8412a02263311988b4ec5435bb9ed9 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 31 Oct 2003 15:20:35 -0800 Subject: [PATCH] [svn] Create configure.bat in $srcdir. --- ChangeLog | 4 ++++ Makefile.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 31c57460..70868653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-09 Nicolas Schodet + + * Makefile.in: Fixed bad configure.bat scrdir. + 2003-10-29 Hrvoje Niksic * configure.in: Reenable IPv6 autodetection. diff --git a/Makefile.in b/Makefile.in index 44971e4f..23058c03 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: -- 2.39.2