From 2f55d6e1c9c9d7179149f745d80b4cdd180b7249 Mon Sep 17 00:00:00 2001
From: Pixel <pixel@nobis-crew.org>
Date: Fri, 6 Nov 2009 15:04:20 -0800
Subject: Fixing dist command for darwin.

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 0d14390..68ebb0f 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ LDFLAGS_GL = -L/usr/X11/lib -lGLU -lGL -X11 -dylib_file \
 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\
 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
 GL_GLUE=gl-glue-fat.o
+STRIP = strip -x
 else
 ARCH_FLAGS=-march=i686 -m32
 ASFLAGS=-march=i686 --32
@@ -34,10 +35,10 @@ SHARED_FLAGS=-shared
 SHARED_EXT=so
 LD = g++ -m32
 LDFLAGS_GL = -lGLU -lGL
+STRIP = strip --strip-unneeded
 endif
 CC = gcc
 CXX = g++
-STRIP = strip --strip-unneeded
 
 INCLUDES = \
 -I../mogltk/include \
-- 
cgit v1.2.3