summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 01:39:27 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-11-12 01:39:27 +0000
commit6e55c9439f1a8bf290ea1f73eea2f8a7f3b9a26e (patch)
treebee6d9196469674c0733c812cd378ec0f027d3c5 /Makefile
parent7c83e47d36ea3d9332112ff0ef83c736032eb52c (diff)
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 57f04359b..4947cbf95 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