diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-06-18 18:52:07 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-06-18 18:52:07 +0000 |
commit | 828b0e0f75372c1b346838a70a5dc23012f4fa10 (patch) | |
tree | e90b0dc5a84312a8924f23d428006628cb1924ad /make-dist | |
parent | 8f40512c12dbc3d31e2b4dec5aac931c09bcde06 (diff) | |
download | emacs-828b0e0f75372c1b346838a70a5dc23012f4fa10.tar.gz |
(nt): Explicitly include makefile.nt and makefile.def only.
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist index 4731661b024..3a348b5f54c 100755 --- a/make-dist +++ b/make-dist @@ -270,7 +270,8 @@ echo "Making links to \`lib-src'." echo "Making links to \`nt'." (cd nt ln emacs.ico emacs.rc config.nt config.w95 [a-z]*.in [a-z]*.c ../${tempdir}/nt - ln [a-z]*.bat [a-z]*.h makefile.* todo ChangeLog install readme ../${tempdir}/nt) + ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt + ln todo ChangeLog install readme ../${tempdir}/nt) echo "Making links to \`nt/inc'." (cd nt/inc |