summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/cf/Makefile.am.common
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/cf/Makefile.am.common')
-rw-r--r--crypto/kerberosIV/cf/Makefile.am.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/kerberosIV/cf/Makefile.am.common b/crypto/kerberosIV/cf/Makefile.am.common
index af92746..e7d747b 100644
--- a/crypto/kerberosIV/cf/Makefile.am.common
+++ b/crypto/kerberosIV/cf/Makefile.am.common
@@ -1,4 +1,4 @@
-# $Id: Makefile.am.common,v 1.11 1999/05/26 08:42:55 assar Exp $
+# $Id: Makefile.am.common,v 1.13 1999/11/01 03:19:58 assar Exp $
AUTOMAKE_OPTIONS = foreign no-dependencies
@@ -60,7 +60,7 @@ install-suid-programs:
install-exec-hook: install-suid-programs
-install-build-headers::
+install-build-headers:: $(include_HEADERS) $(build_HEADERZ)
@foo='$(include_HEADERS) $(build_HEADERZ)'; \
for f in $$foo; do \
f=`basename $$f`; \
@@ -68,8 +68,8 @@ install-build-headers::
else file="$$f"; fi; \
if cmp -s $$file $(buildinclude)/$$f 2> /dev/null ; then \
: ; else \
- echo " $(INSTALL_DATA) $$file $(buildinclude)/$$f"; \
- $(INSTALL_DATA) $$file $(buildinclude)/$$f; \
+ echo " cp $$file $(buildinclude)/$$f"; \
+ cp $$file $(buildinclude)/$$f; \
fi ; \
done
OpenPOWER on IntegriCloud