summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-24 19:39:34 +0000
committermarkm <markm@FreeBSD.org>1999-09-24 19:39:34 +0000
commit05af469f856cdf37e72e7419bdcbab099661226d (patch)
tree525126e34f720ce2eba7c732b67a4773b79ca62f /gnu
parent5fa67996713a534f4e3dfdd3ad651a243e040786 (diff)
downloadFreeBSD-src-05af469f856cdf37e72e7419bdcbab099661226d.zip
FreeBSD-src-05af469f856cdf37e72e7419bdcbab099661226d.tar.gz
Fix problem where a macro is not properly initialised in the !THREAD
case. Simple reodering does it. Thanks to: sos
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/perl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/perl/Makefile b/gnu/usr.bin/perl/perl/Makefile
index 8b67639..613453c 100644
--- a/gnu/usr.bin/perl/perl/Makefile
+++ b/gnu/usr.bin/perl/perl/Makefile
@@ -16,6 +16,8 @@ CLEANFILES= Config.pm perlmain.c \
autosplit pod2man.PL pod2man ext.libs \
man3pages
+.include <bsd.prog.mk>
+
STATIC_EXT= DynaLoader/DynaLoader
DYNAMIC_EXT= B/B DB_File/DB_File Data/Dumper/Dumper Fcntl/Fcntl IO/IO \
@@ -27,8 +29,6 @@ DYNAMIC_EXT+= Thread/Thread
NONXS_EXT= Errno/pm_to_blib
-.include <bsd.prog.mk>
-
${PROG}: Config.pm autosplit lib/auto/DynaLoader/DynaLoader.a
Config.pm: links ${PERL5SRC}/configpm myconfig config.sh
OpenPOWER on IntegriCloud