Skip to content

Commit

Permalink
[install] Remove duplicate wrong install_config.o [main]lib
Browse files Browse the repository at this point in the history
We need only src/install_config.o [main]lib for mod_parrot
  • Loading branch information
Reini Urban committed Jan 7, 2013
1 parent 264d34e commit fa08f04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -1012,7 +1012,6 @@ src/null_config.c : myconfig $(BUILD_TOOLS_DIR)/parrot_config_c.pl
install_config.fpmc : myconfig config_lib.pir $(PARROT)
@echo "Invoking Parrot to generate install_config.fpmc"
$(PARROT) config_lib.pir --install > $@
$(ADDGENERATED) "install_config$(O)" "[main]" lib
$(ADDGENERATED) "$@" "[main]" lib

src/parrot_config$(O) : \
Expand Down

0 comments on commit fa08f04

Please sign in to comment.