open-src/lib/Makefile
changeset 967 efbd0ee6805d
parent 943 294f64612d23
child 1010 24a676fcf648
--- a/open-src/lib/Makefile	Mon Jun 21 13:12:49 2010 -0700
+++ b/open-src/lib/Makefile	Tue Jun 22 13:56:05 2010 -0700
@@ -1,6 +1,6 @@
 # Makefile for X Consolidation Open Source Library modules
 #
-# Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2007, 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"),
@@ -145,9 +145,9 @@
 	libXprintAppUtil
 
 PWD:sh=pwd
-TOP=$(PWD)/..
+TOP=$(PWD)/../..
 
 ### Include common definitions
 DIRNAME="lib/"
-include $(TOP)/common/Makefile.subdirs
+include $(TOP)/open-src/common/Makefile.subdirs