diff options
| author | Richard M. Stallman | 1994-01-07 13:45:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-07 13:45:36 +0000 |
| commit | 13dbb2cc14e06574faa960a038c1dfb189763dac (patch) | |
| tree | daae92c488e073c03fc4077407186eb2639888fa | |
| parent | 3382cd59427d1d87d2d2500fd94462d102eab750 (diff) | |
| download | emacs-13dbb2cc14e06574faa960a038c1dfb189763dac.tar.gz emacs-13dbb2cc14e06574faa960a038c1dfb189763dac.zip | |
entered into RCS
| -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/ | |||
| 10 | s!^.-if.*inc-vers.*$!#! | 10 | s!^.-if.*inc-vers.*$!#! |
| 11 | s!^ \./temacs! go32 temacs! | 11 | s!^ \./temacs! go32 temacs! |
| 12 | s!/bin/sh!command.com! | 12 | s!/bin/sh!command.com! |
| 13 | /^MAKE *=/s/^/# / | ||
| 14 | /^SHELL *=/s/^/# / | ||
| 15 | /^srcdir *=/s/@[^@\n]+@/./ | ||
| 16 | /^VPATH *=/s/@[^@\n]+@/./ | ||
| 17 | /^CC *=/s/@[^@\n]+@/gcc/ | ||
| 18 | /^CPP *=/s/@[^@\n]+@/gcc -e/ | ||
| 19 | /^CFLAGS *=/s/@[^@\n]+@/-g/ | ||
| 20 | /^LN_S *=/s/@[^@\n]+@/ln -s/ | ||
| 13 | /DEBUG_MOLE *=/s/=.*$/=/ | 21 | /DEBUG_MOLE *=/s/=.*$/=/ |
| 14 | /^.\${libsrc}make-doc/s!>.*$!! | 22 | /^.\${libsrc}make-doc/s!>.*$!! |
| 15 | /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC! | 23 | /^.\${libsrc}make-docfile/s!make-docfile!make-docfile -o ../etc/DOC! |