develooper Front page | perl.cvs.parrot | Postings from January 2009

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

From:
rurban
Date:
January 5, 2009 00:05
Subject:
[svn:parrot] r34968 - trunk/config/gen/makefiles
Message ID:
20090105080519.26F13CB9F9@x12.develooper.com
Author: rurban
Date: Mon Jan  5 00:05:18 2009
New Revision: 34968

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

Log:
fix cygchkdll leftover issue with r34836

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	(original)
+++ trunk/config/gen/makefiles/root.in	Mon Jan  5 00:05:18 2009
@@ -879,7 +879,7 @@
 $(LIBPARROT_SHARED) : $(O_FILES)
 	$(MKPATH) @blib_dir@
 	$(LD) $(LD_SHARE_FLAGS) $(LDFLAGS) @ld_out@$@ @libparrot_soname@ \
-#IF(cygchkdll):		-Wl,--out-implib=blib/lib/libparrot.dll.a \
+#IF(cygwin):		-Wl,--out-implib=libparrot.dll.a \
 		$(O_FILES) $(C_LIBS) $(ICU_SHARED)
 #IF(win32):	if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
 #IF(libparrot_shared_alias):	( cd @blib_dir@ ; ln -sf @libparrot_shared@ @libparrot_shared_alias@ )



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About