fix typo
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Nov 2006 01:39:27 +0000 (01:39 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Nov 2006 01:39:27 +0000 (01:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5503 3c298f89-4303-0410-b956-a3cf2f4a3e73

Makefile

index 57f0435..4947cbf 100644 (file)
--- 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
 
 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
        $(MAKE) -C package $(patsubst package/%,%,$@)
 
 target/%: tmp/.pkginfo tmp/.targetinfo FORCE
This page took 0.022253 seconds and 4 git commands to generate.