diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 02:12:07 +0000 |
| commit | 345be915f703031e58f2dabb9878375701467fda (patch) | |
| tree | 3319724cb0b02106aa2d4ce62b3e8052990efbfe /gnu/lib/libg++/Makefile | |
| parent | 755a87206586f682e5bc6be33d68b35335715480 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libg++/Makefile')
| -rw-r--r-- | gnu/lib/libg++/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile index 1bb3e5f51da6..5b4ece6a7184 100644 --- a/gnu/lib/libg++/Makefile +++ b/gnu/lib/libg++/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.10 1995/07/05 15:04:47 dfr Exp $ +# $Id: Makefile,v 1.11 1995/08/06 12:22:53 bde Exp $ # SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \ bitinvert.c bitlcomp.c bitset1.c bitxor.c cleanup.c except.c \ @@ -35,11 +35,8 @@ DPADD+= ${LIBCURSES} ${LIBCOMPAT} beforeinstall: cd ${.CURDIR}/include; \ - for i in *.h; do \ - cmp -s $$i ${DESTDIR}/usr/include/g++/$$i || \ - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ - ${DESTDIR}/usr/include/g++/$$i; \ - done + ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \ + ${DESTDIR}/usr/include/g++ .include <bsd.lib.mk> .include <bsd.prog.mk> |
