From df7c0d2312a2133aece4a390ce05c756c5e452a5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 5 Jun 1996 19:22:44 +0000 Subject: Wed Jun 5 15:10:58 1996 Roland McGrath * Make-dist [subdir-dirs]: Set vpath for %, not just %.c. --- Make-dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make-dist') 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. -- cgit v1.2.3