]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* Make-dist (subdir): Make empty value really empty. cvs/libc-960617
authorRoland McGrath <roland@gnu.org>
Sun, 16 Jun 1996 10:14:04 +0000 (10:14 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 16 Jun 1996 10:14:04 +0000 (10:14 +0000)
ChangeLog
Make-dist

index 16a31f881f19eabb75621b11062f3e45d07e4f91..b21feb48ed0c9f3c24eff2501b7050375f72cc4f 100644 (file)
--- 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.
index 01ef9c5b8e743318734df2f58c02eb0b2d98b4f3..f6999292602c8cde1fc76864c3d9d73eab90cb8f 100644 (file)
--- 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