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:
parent
37af288330
commit
948f185ef5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user