diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-18 03:24:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-18 03:24:39 +0000 |
commit | 408e532f0f875afcf2969abd6ce8395485f1b4bd (patch) | |
tree | 9c5363aadf72e3bd681b86ae7c026d199625bfed /Makeconf | |
parent | 7c2f0ef1e67793e3d505a8247f38e6c704e5a4ee (diff) |
[! srcdir] (top_srcdir): Strip trailing slash from $(..).
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |