Escape some $s in makefiles for consistency
authorIan Lynagh <igloo@earth.li>
Thu, 20 Aug 2009 16:50:33 +0000 (16:50 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 20 Aug 2009 16:50:33 +0000 (16:50 +0000)
rules/build-package-data.mk

index 1e2311f..7d540f4 100644 (file)
 
 define build-package-data # args: $1 = dir, $2 = distdir
 
-ifeq "$(BuildSharedLibs)" "YES"
+ifeq "$$(BuildSharedLibs)" "YES"
 $1_$2_CONFIGURE_OPTS += --enable-shared
 endif
 
-ifeq "$(HSCOLOUR_SRCS)" "YES"
+ifeq "$$(HSCOLOUR_SRCS)" "YES"
 $1_$2_CONFIGURE_OPTS += --with-hscolour="$$(HSCOLOUR)"
 endif