X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=Makefile;h=d6b1b7d61854d1118c55e4c08fd52a94353012f1;hp=57f04359be000d8649677e11b4924f6c59399307;hb=3caab973533fa2775fa5dca7975c1d6d8141b934;hpb=e158d8b6a7b3c883a8be74cb2327dda6374fc050 diff --git a/Makefile b/Makefile index 57f04359be..d6b1b7d618 100644 --- a/Makefile +++ b/Makefile @@ -38,11 +38,11 @@ endif export OPENWRTVERSION ifneq ($(shell ./scripts/timestamp.pl -p tmp/.pkginfo package scripts Makefile),tmp/.pkginfo) - tmp/.pkginfo: tmpinfo-clean + tmp/.pkginfo: FORCE endif ifneq ($(shell ./scripts/timestamp.pl -p tmp/.targetinfo target/linux scripts Makefile),tmp/.targetinfo) - tmp/.targetinfo: tmpinfo-clean + tmp/.targetinfo: FORCE endif ifeq ($(FORCE),) @@ -104,7 +104,7 @@ oldconfig: scripts/config/conf tmp/.config.in tmp/.config-target.in FORCE menuconfig: scripts/config/mconf tmp/.config.in tmp/.config-target.in FORCE $< Config.in -package/%: tmp/.pkginfot tmp/.targetinfo FORCE +package/%: tmp/.pkginfo tmp/.targetinfo FORCE $(MAKE) -C package $(patsubst package/%,%,$@) target/%: tmp/.pkginfo tmp/.targetinfo FORCE