[svn:parrot] r44879 - trunk/config/gen/makefiles
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Thu Mar 11 14:55:30 UTC 2010
Author: darbelo
Date: Thu Mar 11 14:55:29 2010
New Revision: 44879
URL: https://trac.parrot.org/parrot/changeset/44879
Log:
[Makefile] Fix pasto that had us using the wrong libparrot when linking dynoplibs.
Modified:
trunk/config/gen/makefiles/root.in
Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in Thu Mar 11 14:41:14 2010 (r44878)
+++ trunk/config/gen/makefiles/root.in Thu Mar 11 14:55:29 2010 (r44879)
@@ -109,7 +109,7 @@
A = @a@
LD_SHARE_FLAGS = @ld_share_flags@
LD_LOAD_FLAGS = @ld_load_flags@
-LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) $(LIBPARROT) @icu_shared@ @libs@
+LINKARGS = $(LDFLAGS) $(LD_LOAD_FLAGS) @libparrot_ldflags@ @icu_shared@ @libs@
# generated by config/init/headers.pm
NONGEN_HEADERS = @TEMP_nongen_headers@
More information about the parrot-commits
mailing list