From 186167e82b9fc72b9bae90ab80f10f81c4f78c87 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 8 Jan 1994 08:03:17 +0000 Subject: [PATCH] entered into RCS --- msdos/sed3.inp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/msdos/sed3.inp b/msdos/sed3.inp index 30f4316e3f0..d6d70429597 100644 --- a/msdos/sed3.inp +++ b/msdos/sed3.inp @@ -2,13 +2,13 @@ # Configuration script for lib-src/makefile # ---------------------------------------------------------------------- /^# DIST: /d -# /^SHELL *=/s/=.*$/= command.com/ +/^SHELL *=/s/^/# / /^CC *=/s/=.*$/=gcc/ /^version *=/s/=.*$/=19.17/ /^configname *=/s/=.*$/=msdos/ -/^archlibdir *=/s!=.*$!=c:/emacs/bin! -/^bindir *=/s!=.*$!=c:/emacs/bin! -/^libdir *=/s!=.*$!=c:/emacs/bin! +/^archlibdir *=/s!=.*$!=/emacs/bin! +/^bindir *=/s!=.*$!=/emacs/bin! +/^libdir *=/s!=.*$!=/emacs/bin! /^srcdir *=/s!=.*$!=.! /^VPATH *=/s!=.*$!=.! /^CFLAGS *=/s!=.*$!=-g! -- 2.39.5