From 4382330a15e13b9ef54010606eb758c0c66e1868 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 25 Sep 2013 20:57:51 +0000 Subject: Replace GR_*_BUILD by their SK_BUILD_FOR_* equivalents. BUG=None TEST=None, no functional changes. R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/24253009 git-svn-id: http://skia.googlecode.com/svn/trunk@11457 2bbb7eff-a529-9590-31e7-b0007b416f81 --- Makefile.old | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.old') diff --git a/Makefile.old b/Makefile.old index 47029c46d5..cd5a9e8462 100644 --- a/Makefile.old +++ b/Makefile.old @@ -132,7 +132,7 @@ ifeq ($(SKIA_BUILD_FOR),mac) else LINKER_OPTS += -lpng -lfreetype -lrt - DEFINES += -DSK_BUILD_FOR_UNIX -DSK_ENABLE_LIBPNG -DGR_LINUX_BUILD=1 + DEFINES += -DSK_BUILD_FOR_UNIX -DSK_ENABLE_LIBPNG ifeq ($(SKIA_MESA),true) LINKER_OPTS += -lOSMesa -lGLU DEFINES += -DSK_MESA -- cgit v1.2.3