diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-07 13:45:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-07 13:45:36 +0000 |
commit | 63bf0c60eebbedb793949b48ed73a484122f4bb6 (patch) | |
tree | 9be3786fac206e58b1aece674581f1de842d51e4 /msdos | |
parent | a9b82c31b0469a7d6fab527f0ba161f87d613adb (diff) | |
download | emacs-63bf0c60eebbedb793949b48ed73a484122f4bb6.tar.gz |
entered into RCS
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed1.inp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/msdos/sed1.inp b/msdos/sed1.inp index b37d2a15c0d..cbe233d5fcb 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp @@ -10,6 +10,14 @@ s/\.h\.in/.h-in/ s!^.-if.*inc-vers.*$!#!
s!^ \./temacs! go32 temacs!
s!/bin/sh!command.com!
+/^MAKE *=/s/^/# /
+/^SHELL *=/s/^/# /
+/^srcdir *=/s/@[^@\n]+@/./
+/^VPATH *=/s/@[^@\n]+@/./
+/^CC *=/s/@[^@\n]+@/gcc/
+/^CPP *=/s/@[^@\n]+@/gcc -e/
+/^CFLAGS *=/s/@[^@\n]+@/-g/
+/^LN_S *=/s/@[^@\n]+@/ln -s/
/DEBUG_MOLE *=/s/=.*$/=/
/^.\${libsrc}make-doc/s!>.*$!!
/^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC!
|