diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-03-17 01:03:26 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-03-17 01:03:26 +0000 |
commit | ab66cbc1c5403129b2510208e02146bb062d7b76 (patch) | |
tree | 78a453833cbf222c4308aafd5d7ab845cc260f0f | |
parent | 537ac1a39e16c2fe1d1ac513666a4f95798b3c08 (diff) |
Adjust shared path in makefile XFree86 bug: Reported by: Submitted by:
Reviewed by: Obtained from:
-rw-r--r-- | linux/Makefile.linux | 2 |
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) |