Adjust shared path in makefile XFree86 bug: Reported by: Submitted by:
authorJon Smirl <jonsmirl@yahoo.com>
Wed, 17 Mar 2004 01:03:26 +0000 (01:03 +0000)
committerJon Smirl <jonsmirl@yahoo.com>
Wed, 17 Mar 2004 01:03:26 +0000 (01:03 +0000)
    Reviewed by: Obtained from:

linux/Makefile.linux

index ce6861e..734beca 100644 (file)
@@ -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)