diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-21 18:09:41 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-21 18:09:41 +0000 |
commit | 32e15c03e0f2ffa905161f95a23348e83c69e071 (patch) | |
tree | 8ee33375ce0aa5d8a0383fd3812044dae4362b1f /openwrt/package/Makefile | |
parent | a5b4b363bda67c1d18c76beab6d05315118d8e74 (diff) |
fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 70761f537..16839ebff 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -112,7 +112,7 @@ ifeq ($(BR2_PACKAGE_SNORT_PGSQL),y) snort-compile: postgresql-compile endif -sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) +sdk-compile: $(DEV_LIBS_COMPILE) $(SDK_DEFAULT_COMPILE) openwrt-install $(patsubst %,%-prepare,$(package-y) $(package-m) $(package-)): linux-install %-prepare: |