diff options
-rw-r--r-- | meta/recipes-devtools/quilt/quilt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/quilt/quilt/Makefile b/meta/recipes-devtools/quilt/quilt/Makefile index 7b3ac8a492..1f6cd2479c 100644 --- a/meta/recipes-devtools/quilt/quilt/Makefile +++ b/meta/recipes-devtools/quilt/quilt/Makefile | |||
@@ -2,7 +2,8 @@ PATH := $(CURDIR)/bin:$(CURDIR)/compat:$(PATH) | |||
2 | QUILT_DIR := $(CURDIR)/quilt | 2 | QUILT_DIR := $(CURDIR)/quilt |
3 | QUILTRC := $(CURDIR)/test/test.quiltrc | 3 | QUILTRC := $(CURDIR)/test/test.quiltrc |
4 | export QUILT_DIR QUILTRC | 4 | export QUILT_DIR QUILTRC |
5 | CHECK_ENV := P=patches/; _P=../patches/; export P _P | 5 | CHECK_ENV := P=patches/; _P=../patches/; export P _P; |
6 | CHECK_ENV += QUILT_PC=.pc; export QUILT_PC | ||
6 | -include test/.depend | 7 | -include test/.depend |
7 | 8 | ||
8 | check-% : test/%.test | 9 | check-% : test/%.test |