summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-19 14:29:42 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-19 14:29:42 +0000
commitc71c977d77f5526d9963397b3e145987900d0f41 (patch)
tree2d94e78371b7ea93bb2b9fb111dd54e7b1efa22b
parent94bc6702282a36a580e293419268be9b6e3e46da (diff)
do not install them silently
-rw-r--r--lib/libexpat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libexpat/Makefile b/lib/libexpat/Makefile
index 446de54b6a5..8d216eed575 100644
--- a/lib/libexpat/Makefile
+++ b/lib/libexpat/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2006/05/06 16:09:30 alek Exp $
+# $OpenBSD: Makefile,v 1.5 2007/10/19 14:29:41 deraadt Exp $
.PATH: ${.CURDIR}/lib
LIB= expat
@@ -7,10 +7,10 @@ SRCS= xmlparse.c xmltok.c xmlrole.c
CFLAGS+=-I${.CURDIR} -DHAVE_EXPAT_CONFIG_H
includes:
- @cmp -s ${DESTDIR}/usr/include/expat.h ${.CURDIR}/lib/expat.h || \
+ cmp -s ${DESTDIR}/usr/include/expat.h ${.CURDIR}/lib/expat.h || \
${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) \
${.CURDIR}/lib/expat.h ${DESTDIR}/usr/include/expat.h
- @cmp -s ${DESTDIR}/usr/include/expat_external.h ${.CURDIR}/lib/expat_external.h || \
+ cmp -s ${DESTDIR}/usr/include/expat_external.h ${.CURDIR}/lib/expat_external.h || \
${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) \
${.CURDIR}/lib/expat_external.h ${DESTDIR}/usr/include/expat_external.h