Author: bernhard
Date: Thu Nov 10 12:46:25 2005
New Revision: 9889
Modified:
trunk/config/gen/makefiles/root.in
Log:
Make pbc_merge link on more platforms. notable HP-UX.
Thanks to Nick Glencross [perl #37651]
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in (original)
+++ trunk/config/gen/makefiles/root.in Thu Nov 10 12:46:25 2005
@@ -817,7 +817,7 @@ $(PBCMERGE) : $(SRC_DIR)/pbc_merge$(O) $
$(LINK) ${ld_out}$(PBCMERGE) \
$(SRC_DIR)/pbc_merge$(O) \
$(SRC_DIR)/parrot_config$(O) \
- $(LINKFLAGS) $(ALL_PARROT_LIBS)
+ $(LINKFLAGS) $(LINK_DYNAMIC) $(ALL_PARROT_LIBS)