summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-09-10 07:15:59 +0000
committerPaul Traina <pst@FreeBSD.org>1994-09-10 07:15:59 +0000
commit5c6fac27eba35957abb11f575ac31a6f5aa5af14 (patch)
tree2253b16ad9c24a9968495a62cd12efef4cb59c12 /gnu/lib/libg++
parent82c0a999f5a2b8f892411cc89d813723ca87753f (diff)
Notes
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r--gnu/lib/libg++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index c759f22738f4..1a48374ba155 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.3 1994/09/09 22:22:36 wollman Exp $
#
SRCS= vasprintf.c strerror.c strsignal.c
@@ -13,6 +13,6 @@ CXXFLAGS+= -fexternal-templates -I${.CURDIR}/include
beforeinstall:
@-if [ ! -d ${DESTDIR}/usr/include/g++ ]; then mkdir ${DESTDIR}/usr/include/g++; chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/g++; chmod 755 ${DESTDIR}/usr/include/g++; fi
- @(cd ${.CURDIR}/include ; for j in *.h; do cmp -s $$j ${DESTDIR}/usr/include/g++/$$j || install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j ${DESTDIR}/usr/include/$$j; done)
+ @(cd ${.CURDIR}/include ; for j in *.h; do cmp -s $$j ${DESTDIR}/usr/include/g++/$$j || install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$j ${DESTDIR}/usr/include/g++/$$j; done)
.include <bsd.lib.mk>