diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-02 16:07:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-11-02 16:07:41 +0000 |
commit | 3eb5bf436166427b1c436ed0cad9c64801d0281a (patch) | |
tree | e9381270f8902e4ee80ed90a70819d6085a250ee | |
parent | dbca69c8a4f3e2d1ccb4f89152213b2861b33af6 (diff) |
Build fix. There were symlinks hiding in the git repository...
-rw-r--r-- | lib/libGL/dri/i915/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libGL/dri/i915/Makefile b/lib/libGL/dri/i915/Makefile index 9f8f739c5..b7be9417c 100644 --- a/lib/libGL/dri/i915/Makefile +++ b/lib/libGL/dri/i915/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2008/11/02 15:01:32 matthieu Exp $ +# $OpenBSD: Makefile,v 1.3 2008/11/02 16:07:40 matthieu Exp $ LIB= i915_dri.so @@ -57,7 +57,7 @@ SRCS= \ $(DRIVER_SOURCES) DRIVER_DEFINES= \ - -I$(MESA)/drivers/dri/i915/server \ + -I$(MESA)/drivers/dri/i915 \ -I$(MESA)/drivers/dri/intel \ -I$(MESA)/drivers/dri/intel/server \ -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP @@ -65,3 +65,4 @@ DRIVER_DEFINES= \ .include <bsd.xorg.mk> .PATH: ${MESA}/drivers/dri/i915 +.PATH: ${MESA}/drivers/dri/intel |