aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-11-12 01:39:27 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-11-12 01:39:27 +0000
commit4f6b953fa18d84b9f9b9704a0b6ad7efe2abdf20 (patch)
treebee6d9196469674c0733c812cd378ec0f027d3c5 /Makefile
parent926b3991b17d307a917752184a7ee3fb69e4e61b (diff)
downloadupstream-4f6b953fa18d84b9f9b9704a0b6ad7efe2abdf20.tar.gz
upstream-4f6b953fa18d84b9f9b9704a0b6ad7efe2abdf20.tar.bz2
upstream-4f6b953fa18d84b9f9b9704a0b6ad7efe2abdf20.zip
fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 57f04359be..4947cbf954 100644
--- a/Makefile
+++ b/Makefile
@@ -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