open-src/proto/Makefile.inc
changeset 967 efbd0ee6805d
parent 943 294f64612d23
child 970 272328fe1b4a
--- a/open-src/proto/Makefile.inc	Mon Jun 21 13:12:49 2010 -0700
+++ b/open-src/proto/Makefile.inc	Tue Jun 22 13:56:05 2010 -0700
@@ -1,6 +1,6 @@
 # -*- Makefile -*- rules common to most X.Org protocol modules
 #
-# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -24,12 +24,12 @@
 #
 
 PWD:sh=pwd
-TOP=$(PWD)/../..
+TOP=$(PWD)/../../..
 
 MODTYPE=proto
 
 ### Include common definitions
-include $(TOP)/common/Makefile.init
+include $(TOP)/open-src/common/Makefile.init
 
 # Most proto modules have no man pages
 MODTYPE_SUNTOUCH_MAN_FLAGS= 
@@ -51,6 +51,6 @@
 MODTYPE_PKGCONFIG_DIR_SET=yes
 
 ### Include common rulesets
-include $(TOP)/common/Makefile.inc
+include $(TOP)/open-src/common/Makefile.inc