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)