summaryrefslogtreecommitdiff
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
parent4c904bd459b353a85cedb0a32242874021318fcf (diff)
* Make-dist (subdir): Make empty value really empty.cvs/libc-960617
-rw-r--r--ChangeLog2
-rw-r--r--Make-dist2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16a31f881f..b21feb48ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Sun Jun 16 03:22:49 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * Make-dist (subdir): Make empty value really empty.
+
* version.h (VERSION): Update to 1.91.
* hurd/hurdinit.c (map0): Remove [!PIC] conditional.
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