X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2FMakefile;h=1b6cbb54ee1014e6f024f8c8fba6fe1e698fd6a9;hb=ad9843665fd3bb07924305cbea57bfd48999b817;hp=724ac4450d4bff3999b881da8fbbf20beb16b8ac;hpb=636f4cc8ac224f27632009f6314287961d1ccc31;p=openwrt-10.03%2F.git diff --git a/target/Makefile b/target/Makefile index 724ac4450..1b6cbb54e 100644 --- a/target/Makefile +++ b/target/Makefile @@ -51,14 +51,4 @@ image_install: image_compile imagebuilder_install: image_install $(MAKE) -C imagebuilder install -%-clean: FORCE - $(MAKE) -C $(patsubst %-clean,%,$@) clean -%-download: FORCE - $(MAKE) -C $(patsubst %-download,%,$@) download -%-prepare: FORCE - $(MAKE) -C $(patsubst %-prepare,%,$@) prepare -%-compile: %-prepare - $(MAKE) -C $(patsubst %-compile,%,$@) compile -%-install: %-compile - $(MAKE) -C $(patsubst %-install,%,$@) install - +$(eval $(call default_subtargets,))