summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-16 10:14:04 +0000
committerRoland McGrath <roland@gnu.org>1996-06-16 10:14:04 +0000
commit61ee476c446b6cd682e49805d86bc2ed0230e5d0 (patch)
treead83511e6ceee858f27e1d1875237f0871e14c02 /Make-dist
parent4c904bd459b353a85cedb0a32242874021318fcf (diff)
* Make-dist (subdir): Make empty value really empty.cvs/libc-960617
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Make-dist b/Make-dist
index 01ef9c5b8e..f699929260 100644
--- a/Make-dist
+++ b/Make-dist
@@ -18,6 +18,8 @@
dist:
+# Make the value empty so ifdef fails if it's $(-subdir).
+subdir := $(subdir)
ifdef subdir
.. := ../
else