From: Felix Fietkau Date: Tue, 30 May 2006 17:09:06 +0000 (+0000) Subject: fix package/ and target/ targets X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ace7fc64f7f7718c13767b4d48cbe8517025305;p=librecmc%2Flibrecmc.git fix package/ and target/ targets SVN-Revision: 3840 --- 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/%,%,$@)