diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index b3b70875f..19e0b931b 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 21 21:06:48 1994 (tytso@rsx-11) + + * Makefile.in (SED): Don't specify an explicit pathname for sed. + Tue Oct 11 12:43:00 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Don't rm the awk and sed scripts during a make clean! diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index d9d99e3da..0b37e72e2 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -1,6 +1,6 @@ CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) LDFLAGS = -g -SED = /bin/sed +SED = sed INSTALLFILE = cp |
