summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2008-09-30 13:41:17 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2008-09-30 13:41:17 +0000
commit66263b696699038d86e697a2520b7b1db49e471c (patch)
tree5e6ae3b76234b6db9e8423c15a83ebcf4e79b4af /gnu/usr.bin
parent38b9690ff1fc84f3365efd6bb02ea31945832825 (diff)
Add back a change that got lost in the final merge.
We cannot mkdep DynaLoader.c since it is a generated file.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper
index c23786b8de7..60d3075945b 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.76 2008/09/29 17:35:56 millert Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.77 2008/09/30 13:41:16 millert Exp $
#
# Build wrapper for Perl 5.10.0
#
@@ -42,7 +42,10 @@ SRCS1= gv.c toke.c perly.c pad.c regcomp.c dump.c util.c mg.c reentr.c \
pp_sys.c doop.c doio.c regexec.c utf8.c taint.c deb.c universal.c \
xsutils.c globals.c perlio.c perlapi.c numeric.c mathoms.c locale.c \
pp_pack.c pp_sort.c
-SRCS= ${SRCS1} DynaLoader.c op.c
+SRCS= ${SRCS1} op.c
+
+# We must not try to mkdep DynaLoader.c as it requires miniperl
+OBJS+= DynaLoader.o
# For generating DynaLoader.c
.if defined(NOPIC)