summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-09-18 03:24:39 +0000
committerRoland McGrath <roland@gnu.org>1995-09-18 03:24:39 +0000
commit408e532f0f875afcf2969abd6ce8395485f1b4bd (patch)
tree9c5363aadf72e3bd681b86ae7c026d199625bfed /Makeconf
parent7c2f0ef1e67793e3d505a8247f38e6c704e5a4ee (diff)
[! srcdir] (top_srcdir): Strip trailing slash from $(..).
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index a0d2ce84..edae1e32 100644
--- a/Makeconf
+++ b/Makeconf
@@ -40,7 +40,7 @@ endif
ifndef srcdir
# We are building in the source directory itself.
srcdir = .
-top_srcdir = $(..)
+top_srcdir = $(..:%/=%)
endif
# Include the configure-generated file of parameters.