diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-30 17:55:15 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-30 17:55:15 +0000 |
commit | 03f2ddd943bae26f6a14aaca545c0471700a8512 (patch) | |
tree | a502fb6596a9e273ec36a22e0dc215925834d612 /gnu | |
parent | 63561c0a4f7a6de4071bfff61ada6a84136f41fe (diff) |
Force the creation of pod/Makefile. We don't actually use this for
anything but 'make clean'. Fixes some warnings pb@ noticed.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 623d8db7ac0..62135abc0d0 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.54 2003/03/28 18:58:13 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.55 2003/03/30 17:55:14 millert Exp $ # # Build wrapper for Perl 5.8.0 # @@ -479,7 +479,8 @@ MLINKS= c2ph.1 pstruct.1 s2p.1 psed.1 \ # NOTE: config.sh *must* be first GENERATED= config.sh config.h cflags makeaperl makedepend makedir \ - myconfig writemain Makefile Policy.sh x2p/Makefile x2p/cflags + myconfig writemain Makefile Policy.sh pod/Makefile \ + x2p/Makefile x2p/cflags CLEANFILES= config.sh Policy.sh ${MANALL} ${PSALL} ${MANSRCALL} @@ -528,6 +529,9 @@ myconfig: writemain: cd ${.OBJDIR} && exec /bin/sh writemain.SH +pod/Makefile: + cd ${.OBJDIR}/pod && exec /bin/sh Makefile.SH + x2p/Makefile: cd ${.OBJDIR}/x2p && exec /bin/sh Makefile.SH |