From d530e5794475887d5d2b1f05dfd60ba4542b0f82 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sun, 5 Jun 2011 22:00:54 +0100 Subject: build: move vpath directives to main Makefile Signed-off-by: Mans Rullgard --- common.mak | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common.mak') diff --git a/common.mak b/common.mak index 324868762a..e9e69f263b 100644 --- a/common.mak +++ b/common.mak @@ -6,11 +6,6 @@ all: all-yes ifndef SUBDIR -vpath %.c $(SRC_DIR) -vpath %.h $(SRC_DIR) -vpath %.S $(SRC_DIR) -vpath %.asm $(SRC_DIR) -vpath %.v $(SRC_DIR) ifndef V Q = @ -- cgit v1.2.3