summaryrefslogtreecommitdiff
path: root/kerberosIV/ss/Makefile
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-11-11 05:43:29 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-11-11 05:43:29 +0000
commit100e39e47eb6319d77adb0364dd42d172c827d33 (patch)
tree71dff596597929878976b9947308a2f29824654e /kerberosIV/ss/Makefile
parentea97dfb42dd67015f48e23be6eb47912a7efd595 (diff)
compile_et no longer needs to be treated special
Diffstat (limited to 'kerberosIV/ss/Makefile')
-rw-r--r--kerberosIV/ss/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosIV/ss/Makefile b/kerberosIV/ss/Makefile
index 2ab09cea7d1..ff7450de8e7 100644
--- a/kerberosIV/ss/Makefile
+++ b/kerberosIV/ss/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1996/11/11 05:35:17 downsj Exp $
+# $Id: Makefile,v 1.7 1996/11/11 05:43:28 tholo Exp $
LIB= ss
SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
@@ -10,7 +10,7 @@ CLEANFILES+= ss_err.c ss_err.h std_rqs.c ss
ss_err.h ss_err.c: ${.CURDIR}/ss_err.et
test -e ss_err.et || ln -s ${.CURDIR}/ss_err.et .
- ${COMPILE_ET} ss_err.et
+ compile_et ss_err.et
-test -h ss_err.et && rm ss_err.et
std_rqs.c: ${.CURDIR}/std_rqs.ct