summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2003-08-25 05:53:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2003-08-25 05:53:25 +0000
commit738f4bc5fac0f11696311ae47d281abf6cc36222 (patch)
tree067218e8151d1896203a543621ef5f9bb0d0d453 /Makefile
parentbb6e1bafafbc5bf51ebf23a15b2ca728248c7596 (diff)
downloadptxdist-738f4bc5fac0f11696311ae47d281abf6cc36222.tar.gz
ptxdist-738f4bc5fac0f11696311ae47d281abf6cc36222.tar.xz
Fixed ROOTDIR. [RSC]
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@199 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 409bb7afb..d1ac73794 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 2003/08/25 05:40:04 robert Exp $
+# $Id: Makefile,v 1.20 2003/08/25 05:53:25 robert Exp $
#
# (c) 2002 by Robert Schwebel <r.schwebel@pengutronix.de>
# (c) 2002 by Jochen Striepe <ptxdist@tolot.escape.de>
@@ -36,7 +36,7 @@ all: help
-include .config
ifneq ("", $(PTXCONF_ROOT))
-ROOTDIR=$(PTXCONF_ROOT)
+ROOTDIR=$(shell echo $(PTXCONF_ROOT) | sed -e s/\"//g)
else
ROOTDIR=$(TOPDIR)/root
endif