summaryrefslogtreecommitdiff
path: root/msdos
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-07 13:45:36 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-07 13:45:36 +0000
commit13dbb2cc14e06574faa960a038c1dfb189763dac (patch)
treedaae92c488e073c03fc4077407186eb2639888fa /msdos
parent3382cd59427d1d87d2d2500fd94462d102eab750 (diff)
downloademacs-13dbb2cc14e06574faa960a038c1dfb189763dac.tar.gz
entered into RCS
Diffstat (limited to 'msdos')
-rw-r--r--msdos/sed1.inp8
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!