summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-03-18 19:39:07 +0000
committerjulian <julian@FreeBSD.org>1999-03-18 19:39:07 +0000
commit2d87eb9712088acf5a81e517d94dc118ff5a41f5 (patch)
treeb458ab5410adfbe88ba0f5419b953ef52a9cfe0b /gnu
parent031e75b49e2fa420a85bf1d759220743741c9be2 (diff)
downloadFreeBSD-src-2d87eb9712088acf5a81e517d94dc118ff5a41f5.zip
FreeBSD-src-2d87eb9712088acf5a81e517d94dc118ff5a41f5.tar.gz
Need to translate more .h to .ph then just /usr/include &
/usr/include/sys. Specifically we need /usr/include/machine since "syslog.h" includes "machine/ansi.h". To be safe we translate all of /usr/include/* and /usr/include/*/*. sample error case: echo "require 'syslog.ph';" | /usr/bin/perl will fail when syslog.ph tries to include machine/ansi.ph Submitted by: Doug Ambrisko
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/utils/h2ph/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/utils/h2ph/Makefile b/gnu/usr.bin/perl/utils/h2ph/Makefile
index c22fdb7..f89038c 100644
--- a/gnu/usr.bin/perl/utils/h2ph/Makefile
+++ b/gnu/usr.bin/perl/utils/h2ph/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.1 1998/09/09 07:20:29 markm Exp $
+# $Id: Makefile,v 1.2 1998/10/11 18:13:42 markm Exp $
#
PROG= h2ph
@@ -9,4 +9,4 @@ PROG= h2ph
afterinstall:
cd ${DESTDIR}/usr/include; \
miniperl ${.OBJDIR}/${PROG} -d \
- ${DESTDIR}/usr/libdata/perl/5.00502/mach * sys/*
+ ${DESTDIR}/usr/libdata/perl/5.00502/mach * */*
OpenPOWER on IntegriCloud