>From 4bfefcd2299f73682b4e00151b184cf657ec3b59 Mon Sep 17 00:00:00 2001 From: John Kacur <jkacur@xxxxxxxxxx> Date: Wed, 23 Sep 2015 16:02:34 +0200 Subject: [PATCH 1/2] Explicity separate VPATH paths with a colon VPATH paths can be separated by either a space or a colon. Explicitly insert a colon instead of relying on a space being inserted due to the spacing of our Makefile Signed-off-by: John Kacur <jkacur@xxxxxxxxxx> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9f7de2fb5813..4c0c096eb919 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ VPATH += src/sigwaittest: VPATH += src/svsematest: VPATH += src/pmqtest: VPATH += src/backfire: -VPATH += src/lib -VPATH += src/hackbench +VPATH += src/lib: +VPATH += src/hackbench: %.o: %.c $(CC) -D VERSION=$(VERSION) -c $< $(CFLAGS) $(CPPFLAGS) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html