From 3ace7fc64f7f7718c13767b4d48cbe8517025305 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 30 May 2006 17:09:06 +0000 Subject: [PATCH] fix package/ and target/ targets SVN-Revision: 3840 --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 96dd2e0e0d..8a2e6bbb8e 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -71,10 +71,10 @@ config-clean: $(MAKE) -C scripts/config clean package/%: - $(MAKE) -C toolchain $(patsubst package/%,%,$@) + $(MAKE) -C package $(patsubst package/%,%,$@) target/%: - $(MAKE) -C toolchain $(patsubst target/%,%,$@) + $(MAKE) -C target $(patsubst target/%,%,$@) toolchain/%: $(MAKE) -C toolchain $(patsubst toolchain/%,%,$@)