diff options
| author | Richard M. Stallman | 1996-08-04 20:35:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-04 20:35:10 +0000 |
| commit | 7fd85d56046953737691d6fc2d624bdc80b0d70a (patch) | |
| tree | 9d13f96fb715b8bc89e3934999efb31ea56c067b | |
| parent | 3e23af407de94b3cb16b2eb1aae81a4ef33124f9 (diff) | |
| download | emacs-7fd85d56046953737691d6fc2d624bdc80b0d70a.tar.gz emacs-7fd85d56046953737691d6fc2d624bdc80b0d70a.zip | |
(msdos): Add is_exec.c, sigaction.c to distribution.
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -307,7 +307,7 @@ echo "Making links to \`nt/inc/netinet'" | |||
| 307 | echo "Making links to \`msdos'" | 307 | echo "Making links to \`msdos'" |
| 308 | (cd msdos | 308 | (cd msdos |
| 309 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | 309 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos |
| 310 | ln mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos | 310 | ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos |
| 311 | cd ../${tempdir}/msdos | 311 | cd ../${tempdir}/msdos |
| 312 | rm -f =*) | 312 | rm -f =*) |
| 313 | 313 | ||