From: Glenn Morris Date: Mon, 26 Sep 2011 08:23:13 +0000 (-0700) Subject: * make-dist: Add lib/makefile.w32-in. X-Git-Tag: emacs-pretest-24.0.91~269^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e99ef20d85dd4001f167c57eb32518665cd7d05;p=emacs.git * make-dist: Add lib/makefile.w32-in. --- diff --git a/ChangeLog b/ChangeLog index 4162152ccd0..75d0ef6a5e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-09-26 Glenn Morris + + * make-dist: Add lib/makefile.w32-in. + 2011-09-24 Glenn Morris * configure.in (CRT_DIR): Fix netbsd/openbsd handling. diff --git a/make-dist b/make-dist index c15fecfd111..2dbb35cdc5b 100755 --- a/make-dist +++ b/make-dist @@ -383,7 +383,7 @@ echo "Making links to \`lib'" (snippet_h=`(cd build-aux/snippet && ls *.h)` cd lib ln [a-zA-Z]*.[ch] ../${tempdir}/lib - ln gnulib.mk Makefile.am Makefile.in ../${tempdir}/lib + ln gnulib.mk Makefile.am Makefile.in makefile.w32-in ../${tempdir}/lib cd ../${tempdir}/lib script='/[*]/d; s/\.in\.h$/.h/' rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`)