[1143] in Kerberos-V5-bugs
krb5b4pl3: include/kerberosIV/Makefile.in unnecessary code
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Mar 13 21:36:22 1995
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Mon, 13 Mar 1995 21:39:34 -0500
To: krb5-bugs@MIT.EDU
Like the other bug I sent in earlier tonight,
include/kerberosIV/Makefile.in sets variables that are already set in
config/pre.in, and that therefore shouldn't be reset there.
Patch:
--- Makefile.in 1995/03/14 02:38:46 1.1
+++ Makefile.in 1995/03/14 02:39:05
@@ -1,7 +1,3 @@
-BUILDTOP=@BUILDTOP@
-srcdir = @srcdir@
-VPATH = @srcdir@
-
KRB4_HEADERS=krb.h des.h kadm.h mit-copyright.h
all::
@@ -9,10 +5,6 @@
clean::
depend::
-
-KRB5ROOT = @KRB5ROOT@
-
-KRB5_INCDIR = $(KRB5ROOT)/include
install:: $(KRB4_HEADERS)
@set -x; for f in $(KRB4_HEADERS) ; \