* make-dist (msdos): No more mainmake.
This commit is contained in:
parent
1495e2fc0f
commit
edf77e4e3b
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
2010-05-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* make-dist (msdos): No more mainmake.
|
||||
|
||||
* configure.in: Generate lib-src/Makefile directly, do not run cpp.
|
||||
* config.bat: Do not run cpp on lib-src/Makefile.in.
|
||||
|
||||
* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile.
|
||||
|
||||
2010-05-10 Glenn Morris <rgm@gnu.org>
|
||||
|
|
|
@ -537,7 +537,7 @@ echo "Making links to \`nt/icons'"
|
|||
echo "Making links to \`msdos'"
|
||||
(cd msdos
|
||||
ln ChangeLog INSTALL README emacs.ico emacs.pif ../${tempdir}/msdos
|
||||
ln is_exec.c sigaction.c mainmake mainmake.v2 sed*.inp ../${tempdir}/msdos
|
||||
ln is_exec.c sigaction.c mainmake.v2 sed*.inp ../${tempdir}/msdos
|
||||
cd ../${tempdir}/msdos
|
||||
rm -f =*)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue