diff options
author | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-11 20:54:40 +0000 |
---|---|---|
committer | Magnus Holmberg <mho@cvs.openbsd.org> | 2003-05-11 20:54:40 +0000 |
commit | 516a12bfc498d29181db609ad1a42af093fef04f (patch) | |
tree | 0f6a842d4d9a2bc908e68c70d62ea273b645f3ac /kerberosV/lib/hdb/Makefile | |
parent | 0eb088e35d18427bb4461e374fa27f699cf0594e (diff) |
-DROKEN_RENAME not needed for these.
ok hin@
Diffstat (limited to 'kerberosV/lib/hdb/Makefile')
-rw-r--r-- | kerberosV/lib/hdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kerberosV/lib/hdb/Makefile b/kerberosV/lib/hdb/Makefile index 6a6323c7d79..b791957bc3a 100644 --- a/kerberosV/lib/hdb/Makefile +++ b/kerberosV/lib/hdb/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/05/11 03:47:55 hin Exp $ +# $OpenBSD: Makefile,v 1.6 2003/05/11 20:54:39 mho Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -33,8 +33,8 @@ ${ASN1_SRC}: ${KRB5SRC}/lib/hdb/hdb.asn1 CLEANFILES+= ${ASN1_SRC} ${ASN1_SRC:.c=.x} hdb_err.[ch] \ hdb_asn1.[ch] ans1_files asn1.h asn1_files -CFLAGS+=-I${KRB5SRC}/lib/hdb -I${KRB5SRC}/lib/asn1 -I../asn1 -I. -I../krb5 \ - -DROKEN_RENAME +CFLAGS+=-I${KRB5SRC}/lib/hdb -I${KRB5SRC}/lib/asn1 -I../asn1 -I. -I../krb5 + .PATH: ${KRB5SRC}/lib/hdb hdb_err.c hdb_err.h: ${KRB5SRC}/lib/hdb/hdb_err.et |