diff options
| author | Glenn Morris | 2011-09-26 01:23:13 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-09-26 01:23:13 -0700 |
| commit | 6e99ef20d85dd4001f167c57eb32518665cd7d05 (patch) | |
| tree | df7e691d06fe2bbbb4b6075d72833cb4b68d3d11 | |
| parent | ab22a8a19695ddbb5c5d08cfe4f60e7202072d82 (diff) | |
| download | emacs-6e99ef20d85dd4001f167c57eb32518665cd7d05.tar.gz emacs-6e99ef20d85dd4001f167c57eb32518665cd7d05.zip | |
* make-dist: Add lib/makefile.w32-in.
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 5 insertions, 1 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * make-dist: Add lib/makefile.w32-in. | ||
| 4 | |||
| 1 | 2011-09-24 Glenn Morris <rgm@gnu.org> | 5 | 2011-09-24 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * configure.in (CRT_DIR): Fix netbsd/openbsd handling. | 7 | * configure.in (CRT_DIR): Fix netbsd/openbsd handling. |
| @@ -383,7 +383,7 @@ echo "Making links to \`lib'" | |||
| 383 | (snippet_h=`(cd build-aux/snippet && ls *.h)` | 383 | (snippet_h=`(cd build-aux/snippet && ls *.h)` |
| 384 | cd lib | 384 | cd lib |
| 385 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib | 385 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib |
| 386 | ln gnulib.mk Makefile.am Makefile.in ../${tempdir}/lib | 386 | ln gnulib.mk Makefile.am Makefile.in makefile.w32-in ../${tempdir}/lib |
| 387 | cd ../${tempdir}/lib | 387 | cd ../${tempdir}/lib |
| 388 | script='/[*]/d; s/\.in\.h$/.h/' | 388 | script='/[*]/d; s/\.in\.h$/.h/' |
| 389 | rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`) | 389 | rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`) |