[svn:mod_parrot] r660 - mod_parrot/branches/configure-jeff

[email protected] Sat, 29 Aug 2009 11:23:20 -0700 (PDT)
Newsgroups perl.cvs.mod_parrot
Message-ID <[email protected]>
Author: jhorwitz
Date: Sat Aug 29 11:23:19 2009
New Revision: 660

Modified:
   mod_parrot/branches/configure-jeff/Makefile.in

Log:
fix PMC installation


Modified: mod_parrot/branches/configure-jeff/Makefile.in
==============================================================================
--- mod_parrot/branches/configure-jeff/Makefile.in	(original)
+++ mod_parrot/branches/configure-jeff/Makefile.in	Sat Aug 29 11:23:19 2009
@@ -131,7 +131,7 @@
 distclean: clean test-clean
 	rm -f Makefile Makefile.old
 
-install: $(SRC_DIR)/mod_parrot.la $(MODPARROT_GROUP)
+install: $(SRC_DIR)/mod_parrot.la $(DYNPMC)
 	$(APXS) -i -n parrot -a $(SRC_DIR)/mod_parrot.la
 	$(CP) $(DYNPMC) $(PARROT_DYNEXT)