summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-05 19:22:44 +0000
committerRoland McGrath <roland@gnu.org>1996-06-05 19:22:44 +0000
commitdf7c0d2312a2133aece4a390ce05c756c5e452a5 (patch)
tree0c18425a4045eecff03c12ed81c36c429b4723da /Make-dist
parentaa592a63f9c6541bc4661eed409b89248a58f311 (diff)
Wed Jun 5 15:10:58 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Make-dist [subdir-dirs]: Set vpath for %, not just %.c.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make-dist b/Make-dist
index 018fd75e2b..02bffc4877 100644
--- a/Make-dist
+++ b/Make-dist
@@ -76,7 +76,7 @@ foo:=$(shell echo 'stub/generic +sysdeps=$(+sysdeps)'>&2)
foo:=$(shell echo '+sysdep-names=$(+sysdep-names)' >&2)
ifdef subdir-dirs
-vpath %.c $(addprefix $(subdir)/,$(subdir-dirs))
+vpath % $(addprefix $(subdir)/,$(subdir-dirs))
endif
# Now find all the sysdep versions of those files.