Changed definition of TOPDIR
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 08:54:45 +0000 (08:54 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 08:54:45 +0000 (08:54 +0000)
HLT/comp/Makefile
HLT/hough/Makefile
HLT/misc/Makefile
HLT/programs/Makefile
HLT/src/Makefile

index 607783e578b8d53aca585f82aa7ce76dbd3c4157..f462cd202046e6d8c045942458c59aae5111377a 100644 (file)
@@ -8,7 +8,7 @@
 
 
 ifndef TOPDIR
-TOPDIR = `pwd`/..
+TOPDIR = $(shell pwd)/..
 endif
 
 include $(TOPDIR)/Makefile.conf
index 27ba92afa1b0feeec65686ab88f45290ab3ba254..c9eb9afeca5b5cc1c7dd8ad952327845b4d8bfd5 100644 (file)
@@ -8,7 +8,7 @@
 
 
 ifndef TOPDIR
-TOPDIR = `pwd`/..
+TOPDIR = $(shell pwd)/..
 endif
 
 include $(TOPDIR)/Makefile.conf
index 295c2ec434769e46de3a320b9bb779937c11da1b..4eb29bea4a49bbdc25db615b7ee753fbe1978673 100644 (file)
@@ -7,7 +7,7 @@
 ###########################
 
 ifndef TOPDIR
-TOPDIR = `pwd`/..
+TOPDIR = $(shell pwd)/..
 endif
 
 include $(TOPDIR)/Makefile.conf
index 1eb969184410927bbb15435505f56715ae231857..768991656f7315d456a2522122a1834fb9dd73e2 100644 (file)
@@ -7,7 +7,7 @@
 
 
 ifndef TOPDIR
-TOPDIR = `pwd`/..
+TOPDIR = $(shell pwd)/..
 endif
 
 include $(TOPDIR)/Makefile.conf
index e8adfd4cb11c88c9ce586bed635787107165409f..e4d7700d0ba5aefff884b86cfaf06a82bb209abe 100644 (file)
@@ -8,7 +8,7 @@
 
 
 ifndef TOPDIR
-TOPDIR = `pwd`/..
+TOPDIR = $(shell pwd)/..
 endif
 
 include $(TOPDIR)/Makefile.conf