[svn:parrot] r45918 - branches/include_dynpmc_makefile/src/dynpmc

darbelo at svn.parrot.org darbelo at svn.parrot.org
Thu Apr 22 18:44:05 UTC 2010


Author: darbelo
Date: Thu Apr 22 18:44:04 2010
New Revision: 45918
URL: https://trac.parrot.org/parrot/changeset/45918

Log:
Typo fix in makefile.

Modified:
   branches/include_dynpmc_makefile/src/dynpmc/Rules.in

Modified: branches/include_dynpmc_makefile/src/dynpmc/Rules.in
==============================================================================
--- branches/include_dynpmc_makefile/src/dynpmc/Rules.in	Thu Apr 22 17:53:40 2010	(r45917)
+++ branches/include_dynpmc_makefile/src/dynpmc/Rules.in	Thu Apr 22 18:44:04 2010	(r45918)
@@ -9,8 +9,8 @@
 src/dynpmc/dynlexpad.dump: src/dynpmc/dynlexpad.pmc vtable.dump
 	$(PMC2CD) src/dynpmc/dynlexpad.pmc
 
-$(DYNEXT_DIR)/foo_group$(LOAD_EXT): $(DYNPMC_FOO_OBJS) src/dynpmc/lib-foo_group$(O)
-	$(LD)  @ld_out@$(DYNEXT_DIR)/foo_group$(LOAD_EXT) src/dynpmc/lib-foo_group$(O) $(DYNPMC_FOO_OBJS) $(LINKARGS)
+$(DYNEXT_DIR)/foo_group$(LOAD_EXT): $(DYNPMC_FOO_OBJS) src/dynpmc/foo_group$(O)
+	$(LD)  @ld_out@$(DYNEXT_DIR)/foo_group$(LOAD_EXT) src/dynpmc/foo_group$(O) $(DYNPMC_FOO_OBJS) $(LINKARGS)
 #IF(win32):	if exist $@.manifest mt.exe -nologo -manifest $@.manifest -outputresource:$@;2
 #IF(cygwin or hpux):   $(CHMOD) 0775 $@
 


More information about the parrot-commits mailing list