* Make-dist (subdir): Make empty value really empty.

This commit is contained in:
Roland McGrath 1996-06-16 10:14:04 +00:00
parent 4c904bd459
commit 61ee476c44
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -18,6 +18,8 @@
dist:
# Make the value empty so ifdef fails if it's $(-subdir).
subdir := $(subdir)
ifdef subdir
.. := ../
else