summaryrefslogtreecommitdiffstats
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
commite97426b8391d0e6c4ca5db78edffa99dcf56a380 (patch)
treefaea077ef5dd714e205c292ffdd96948f78e4627 /Makefile
parent3207e32a9e7358bd7d31f93a48a6cd018d906706 (diff)
downloadmaster-31e0f0ae-e97426b8391d0e6c4ca5db78edffa99dcf56a380.tar.gz
master-31e0f0ae-e97426b8391d0e6c4ca5db78edffa99dcf56a380.tar.bz2
master-31e0f0ae-e97426b8391d0e6c4ca5db78edffa99dcf56a380.zip
fix typo
SVN-Revision: 5503
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