diff options
author | ache <ache@FreeBSD.org> | 1998-10-02 13:00:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1998-10-02 13:00:58 +0000 |
commit | d81b1cb7aac6791bbbac9b64fe5a0c1fb7e32931 (patch) | |
tree | d02e223978de85545e0684f4088195f0065a7f0f /include/Makefile | |
parent | 05dbeba5a7ad814614adb6c1145d6941e192fcc9 (diff) | |
download | FreeBSD-src-d81b1cb7aac6791bbbac9b64fe5a0c1fb7e32931.zip FreeBSD-src-d81b1cb7aac6791bbbac9b64fe5a0c1fb7e32931.tar.gz |
back out h2ph from here, Bruce found another proper place
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/Makefile b/include/Makefile index 8acffe0..b72614b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/4/94 -# $Id: Makefile,v 1.84 1998/09/15 11:44:40 phk Exp $ +# $Id: Makefile,v 1.85 1998/10/02 00:49:43 ache Exp $ # # Doing a make install builds /usr/include # @@ -100,9 +100,6 @@ beforeinstall: ${SHARED} ln -sf posix4/$i ${DESTDIR}/usr/include/$i .endfor -afterinstall: - -cd ${DESTDIR}/usr/include; \ - h2ph -d ${DESTDIR}/usr/libdata/perl/5.00502/mach * sys/* copies: .for i in ${LDIRS} ${LNOHEADERDIRS} machine |