[svn:parrot] r35905 - trunk/config/gen/makefiles

[email protected] Fri, 23 Jan 2009 01:12:34 -0800 (PST)
Newsgroups perl.cvs.parrot
Message-ID <[email protected]>
Author: rurban
Date: Fri Jan 23 01:12:32 2009
New Revision: 35905

Modified:
   trunk/config/gen/makefiles/root.in

Log:
[cage] tt#213
- wrong link order, fix win32+cygwin make installable


Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	(original)
+++ trunk/config/gen/makefiles/root.in	Fri Jan 23 01:12:32 2009
@@ -797,8 +797,8 @@
     lib/Parrot/OpLib/core.pm $(SRC_DIR)/install_config$(O) \
     $(PARROT)
 	$(LINK) @ld_out@$@ \
-    $(SRC_DIR)/main$(O) \
-    @rpath_lib@ $(ALL_PARROT_LIBS) $(LINKFLAGS) $(SRC_DIR)/install_config$(O)
+    $(SRC_DIR)/main$(O) $(SRC_DIR)/install_config$(O) \
+    @rpath_lib@ $(ALL_PARROT_LIBS) $(LINKFLAGS)
 #IF(win32):	if exist [email protected] mt.exe -nologo -manifest [email protected] -outputresource:$@;1
 
 $(INC_DIR)/parrot.h : $(INC_DIR)/pbcversion.h $(INC_DIR)/vtable.h