From e3f4c59f1b96e4046d6ffbac342a25a78204fe59 Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Thu, 19 Jan 2012 02:05:44 -0600 Subject: replace SOLARSRC by SRC_ROOT --- helpcontent2/source/auxiliary/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2/source/auxiliary') diff --git a/helpcontent2/source/auxiliary/makefile.mk b/helpcontent2/source/auxiliary/makefile.mk index a931641a4f..45ab373443 100644 --- a/helpcontent2/source/auxiliary/makefile.mk +++ b/helpcontent2/source/auxiliary/makefile.mk @@ -99,7 +99,7 @@ aux_dirs .PHONY : $(COMMONBIN)$/helpimg.ilst .PHONY: -$(RM) $@ - $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SOLARSRC)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) + $(PERL) $(PRJ)$/helpers$/create_ilst.pl -dir=$(SRC_ROOT)/icon-themes/galaxy/res/helpimg > $@.$(INPATH) $(RENAME) $@.$(INPATH) $@ -- cgit