aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-08-30 01:51:09 +0000
commitc5c878699b6e7d0164059550c4541a9fe3a1da8f (patch)
tree34578390ef4bfe13cbf9bf9d1eeb936c79279e62 /lib/libcom_err/Makefile
parentb7e5f46aed2b89f78ac667160815f0109b457782 (diff)
Notes
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r--lib/libcom_err/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile
index c295a3accd4d..2b1a9c509e58 100644
--- a/lib/libcom_err/Makefile
+++ b/lib/libcom_err/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1.1.1 1995/01/14 22:23:41 wollman Exp $
+# $Id: Makefile,v 1.2 1995/08/06 12:23:28 bde Exp $
LIB= com_err
SRCS= com_err.c error_message.c et_name.c init_et.c
@@ -8,8 +8,7 @@ MAN3= com_err.3
SUBDIR= doc
beforeinstall:
- -cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h || \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \
+ ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/com_err.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>