summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-24 07:55:29 +0100
commit27b6ae1d8416ac2d93363d350a2856ee62e7cc29 (patch)
tree9d8f2e726e87a813a64e626af7a42fdd662e8211 /mk
parentc390d1649de615c390ced12ac12b855622905ad3 (diff)
parentdfee72dfe617d17c1cd2a8473dd47e82206c0db8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index cbfb371b1..3d92f30e8 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -93,7 +93,7 @@ POSTCONFIG= -@\
if [ -f .adkinit ];then rm .adkinit;\
else \
if [ -f .config.old ];then \
- $(TOPDIR)/bin/tools/pkgrebuild;\
+ $(TOPDIR)/bin/pkgrebuild;\
rebuild=0; \
if [ "$$(grep ^BUSYBOX .config|md5sum)" != "$$(grep ^BUSYBOX .config.old|md5sum)" ];then \
touch .rebuild.busybox;\