diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 18:09:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-21 18:09:41 +0000 |
commit | c349f38e2434068a78e503f9fab0c81f5abb67c3 (patch) | |
tree | 0494c8119ae8813ac49b5dc71cb6c332b6be2cc8 /package/Makefile | |
parent | b4312b447c9f06811d6ac1dc773fbf9eb4aa2575 (diff) | |
download | master-187ad058-c349f38e2434068a78e503f9fab0c81f5abb67c3.tar.gz master-187ad058-c349f38e2434068a78e503f9fab0c81f5abb67c3.tar.bz2 master-187ad058-c349f38e2434068a78e503f9fab0c81f5abb67c3.zip |
fix sdk build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@699 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index 70761f537f..16839ebff4 100644 --- a/package/Makefile +++ b/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: |