diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:39:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 01:39:27 +0000 |
commit | 4f6b953fa18d84b9f9b9704a0b6ad7efe2abdf20 (patch) | |
tree | bee6d9196469674c0733c812cd378ec0f027d3c5 /Makefile | |
parent | 926b3991b17d307a917752184a7ee3fb69e4e61b (diff) | |
download | upstream-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |