Fix problem where a macro is not properly initialised in the !THREAD

case. Simple reodering does it.

Thanks to:	sos
This commit is contained in:
Mark Murray 1999-09-24 19:39:34 +00:00
parent 37af288330
commit 948f185ef5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51632

View File

@ -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