summaryrefslogtreecommitdiff
path: root/linux/Makefile.linux
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-03-17 01:03:26 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-03-17 01:03:26 +0000
commitab66cbc1c5403129b2510208e02146bb062d7b76 (patch)
tree78a453833cbf222c4308aafd5d7ab845cc260f0f /linux/Makefile.linux
parent537ac1a39e16c2fe1d1ac513666a4f95798b3c08 (diff)
Adjust shared path in makefile XFree86 bug: Reported by: Submitted by:
Reviewed by: Obtained from:
Diffstat (limited to 'linux/Makefile.linux')
-rw-r--r--linux/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile.linux b/linux/Makefile.linux
index ce6861e6..734beca1 100644
--- a/linux/Makefile.linux
+++ b/linux/Makefile.linux
@@ -209,7 +209,7 @@ endif
# Make sure that the shared source files are linked into this directory.
-SHAREDDIR := ../../../shared/drm/kernel
+SHAREDDIR := ../shared
HASSHARED := $(shell if [ -d $(SHAREDDIR) ]; then echo y; fi)