]> code.delx.au - gnu-emacs/commitdiff
* make-dist: Add lib/makefile.w32-in.
authorGlenn Morris <rgm@gnu.org>
Mon, 26 Sep 2011 08:23:13 +0000 (01:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 26 Sep 2011 08:23:13 +0000 (01:23 -0700)
ChangeLog
make-dist

index 4162152ccd03f556dbb1fbdb54174fc139a2fcee..75d0ef6a5e984e65ec0efe16707ce21428d6c351 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-26  Glenn Morris  <rgm@gnu.org>
+
+       * make-dist: Add lib/makefile.w32-in.
+
 2011-09-24  Glenn Morris  <rgm@gnu.org>
 
        * configure.in (CRT_DIR): Fix netbsd/openbsd handling.
index c15fecfd111796e7a4440795c65f505b15de6253..2dbb35cdc5bc920d21499dc9266597a71645122e 100755 (executable)
--- 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"`)