common/makefiles/Jprt.gmk

changeset 587
5a5e97f9ac0a
parent 578
6e822b534678
child 588
edad83acbd46
     1.1 --- a/common/makefiles/Jprt.gmk	Wed Jan 16 22:16:51 2013 -0800
     1.2 +++ b/common/makefiles/Jprt.gmk	Fri Jan 18 09:58:23 2013 +0100
     1.3 @@ -128,6 +128,9 @@
     1.4    ifdef ALT_SLASH_JAVA
     1.5  	@$(ECHO) " --with-java-devtools=$(call UnixPath,$(ALT_SLASH_JAVA)/devtools) " >> $@.tmp
     1.6    endif
     1.7 +  ifdef ALT_SPARKLE_FRAMEWORK_DIR
     1.8 +	@$(ECHO) " --with-sparkle-framework=$(call UnixPath,$(ALT_SPARKLE_FRAMEWORK_DIR)) " >> $@.tmp
     1.9 +  endif 
    1.10  endif
    1.11  	@if [ -f $@ ] ; then \
    1.12            if ! $(CMP) $@ $@.tmp > /dev/null ; then \

mercurial