diff options
Diffstat (limited to 'openwrt/package/dropbear')
-rw-r--r-- | openwrt/package/dropbear/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dropbear/Makefile b/openwrt/package/dropbear/Makefile index f066089170..6795605c35 100644 --- a/openwrt/package/dropbear/Makefile +++ b/openwrt/package/dropbear/Makefile @@ -58,7 +58,7 @@ $(PKG_BUILD_DIR)/.configured: --disable-pututline \ --disable-pututxline \ ); - touch $(PKG_BUILD_DIR)/.configured + touch $@ $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ |