aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.old
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-25 20:57:51 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-25 20:57:51 +0000
commit4382330a15e13b9ef54010606eb758c0c66e1868 (patch)
treee5bab5f330c839d95552cb5c67d0ffb891e628f7 /Makefile.old
parent7d9a21bb362a7c8d1689d83c1fc24c0c7db64923 (diff)
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
Diffstat (limited to 'Makefile.old')
-rw-r--r--Makefile.old2
1 files changed, 1 insertions, 1 deletions
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