Remove obsolete `-n' flag from compile_et command line.

This commit is contained in:
Garrett Wollman 1995-01-14 22:32:48 +00:00
parent d8baa34b91
commit da626a6f54
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $
# $Id: Makefile,v 1.2 1995/01/14 20:51:05 wollman Exp $
LIB= krb
SHLIB_MAJOR= 2
@ -21,7 +21,7 @@ SRCS= create_auth_reply.c create_ciph.c \
TDIR= ${.CURDIR}/..
krb_err.et.c: krb_err.et
${COMPILE_ET} ${.CURDIR}/krb_err.et -n
${COMPILE_ET} ${.CURDIR}/krb_err.et
beforedepend: krb_err.et.c

View file

@ -1,5 +1,5 @@
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
# $Id: Makefile,v 1.1.1.1 1994/09/30 14:49:58 csgr Exp $
# $Id: Makefile,v 1.2 1995/01/14 20:51:05 wollman Exp $
LIB= krb
SHLIB_MAJOR= 2
@ -21,7 +21,7 @@ SRCS= create_auth_reply.c create_ciph.c \
TDIR= ${.CURDIR}/..
krb_err.et.c: krb_err.et
${COMPILE_ET} ${.CURDIR}/krb_err.et -n
${COMPILE_ET} ${.CURDIR}/krb_err.et
beforedepend: krb_err.et.c