diff options
author | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-06-28 04:28:19 +0000 |
---|---|---|
committer | Andrew Fresh <afresh1@cvs.openbsd.org> | 2016-06-28 04:28:19 +0000 |
commit | 244d2e22e0b13d0dc36efa7d0ec08a7666053402 (patch) | |
tree | 95d8dfb5ce9e18fce5fecc6c629b1422436f0d83 /gnu/usr.bin/perl/Makefile.bsd-wrapper | |
parent | 6d1e135caf876b049c516f98f7f2c60c6f75eb8b (diff) |
Stop linking perl to libutil, never necessary
from guenther@ ok sthen@
Diffstat (limited to 'gnu/usr.bin/perl/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 45794ae5cba..d070d06bbfa 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.101 2015/04/07 05:37:03 guenther Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.102 2016/06/28 04:28:18 afresh1 Exp $ # # Build wrapper for Perl 5.20.1-RC2 # @@ -158,7 +158,7 @@ CFLAGS+= -fno-tree-ter # The DynaLoader extension is now compiled statically into libperl miniperl: ${GENERATED} ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o - ${CC} ${CPPFLAGS} ${CFLAGS} -o $@ ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o ${LDFLAGS} -lm -lutil + ${CC} ${CPPFLAGS} ${CFLAGS} -o $@ ${SRCS1:S/.c/.o/g} opmini.o perlmini.o miniperlmain.o ${LDFLAGS} -lm opmini.c: op.c rm -f opmini.c |