summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-02-12 16:23:00 +0000
committerTheodore Tso <tytso@mit.edu>1998-02-12 16:23:00 +0000
commit981d6f23077665b3b99c2ce9c1cb0cc78003eec5 (patch)
tree9146dc74467695281c425b65347744cfffa65a92 /src/lib/krb4/Makefile.in
parent98951dafa71eb4fe42c3ffa4766a0e5db9f657cf (diff)
downloadkrb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.gz
krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.tar.xz
krb5-981d6f23077665b3b99c2ce9c1cb0cc78003eec5.zip
Mass makefile/configure.in build system revamp
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb4/Makefile.in')
-rw-r--r--src/lib/krb4/Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/lib/krb4/Makefile.in b/src/lib/krb4/Makefile.in
index 5a4fc78645..410cca9609 100644
--- a/src/lib/krb4/Makefile.in
+++ b/src/lib/krb4/Makefile.in
@@ -1,3 +1,5 @@
+thisconfigdir=./
+BUILDTOP=$(U)$(U)
CFLAGS = $(CCOPTS) $(DEFS) $(DEFINES)
DEFINES=-I$(srcdir)/../../include/kerberosIV
@@ -195,6 +197,18 @@ krb_err.c: krb_err.et
depend:: krb_err.h
depend:: $(CODE)
+includes:: krb_err.h
+ if cmp /krb_err.h $(EHDRDIR)/krb_err.h >/dev/null 2>&1; then :; \
+ else \
+ (set -x; $(RM) $(EHDRDIR)/krb_err.h; \
+ $(CP) krb_err.h $(EHDRDIR)/krb_err.h) ; \
+ fi
+
+clean-unix::
+ $(RM) $(EHDRDIR)/krb_err.h
+
+
+
#install-unix::
# $(INSTALL_DATA) krb_err.h $(DESTDIR)$(KRB5_INCDIR)/kerberosIV/krb_err.h