summaryrefslogtreecommitdiff
path: root/lib/libGLw
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-07-29 08:32:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-07-29 08:32:46 +0000
commit53572d0bdb91609e1aee7705e40c03ffcfc59265 (patch)
treee932b122bb3a3994075dd0254976761b0adc3038 /lib/libGLw
parent8e7afb01e471a98ba7020064dbd5e00c88821af2 (diff)
remove -DUSE_XM_STUBS. I didn't not intend to commit this.
Diffstat (limited to 'lib/libGLw')
-rw-r--r--lib/libGLw/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGLw/Makefile b/lib/libGLw/Makefile
index 6bc143ff4..a67a424f5 100644
--- a/lib/libGLw/Makefile
+++ b/lib/libGLw/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.6 2007/07/28 13:50:48 matthieu Exp $
+# $OpenBSD: Makefile,v 1.7 2007/07/29 08:32:45 matthieu Exp $
DEBUG?=
LIB= GLw
CPPFLAGS += -I${X11BASE}/include \
- -I${.CURDIR} -DUSE_XM_STUBS
+ -I${.CURDIR}
SRCS= \
GLwDrawA.c \