diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-01-19 01:28:32 -0600 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-02-05 19:34:02 -0600 |
commit | 43b987e43f9ab5d6e27b2ccd67fc6833a0ac5a12 (patch) | |
tree | be9cd3fbdee7ff7184b54943f047df5ad627238e /scp2 | |
parent | 628ee842afa2b5f6798caad4ed55b60ef64a5e1d (diff) |
replace SOLARSRC by SRC_ROOT and get rid of SOLARDEFIMG uses
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/macros/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk index 790a27385f34..249cccbdd833 100644 --- a/scp2/macros/makefile.mk +++ b/scp2/macros/makefile.mk @@ -45,4 +45,4 @@ ALLTAR : $(INCCOM)$/langmacros.inc .PHONY $(INCCOM)$/langmacros.inc: @echo ------------------------------ @echo Making: $@ - $(COMMAND_ECHO)$(PERL) macro.pl $(VERBOSITY) -o $@ -c $(SOLARSRC)/set_soenv.stamp + $(COMMAND_ECHO)$(PERL) macro.pl $(VERBOSITY) -o $@ -c $(SRC_ROOT)/set_soenv.stamp |