Author: nbd Date: 2014-09-16 18:46:20 +0200 (Tue, 16 Sep 2014) New Revision: 42576
Modified: trunk/tools/Makefile Log: tools: add missing ldconfig make dependency on the staging area Signed-off-by: John Szakmeister <[email protected]> Modified: trunk/tools/Makefile =================================================================== --- trunk/tools/Makefile 2014-09-16 14:53:06 UTC (rev 42575) +++ trunk/tools/Makefile 2014-09-16 16:46:20 UTC (rev 42576) @@ -133,7 +133,7 @@ false; \ fi -$(STAGING_DIR_HOST)/bin/ldconfig: +$(STAGING_DIR_HOST)/bin/ldconfig: $(STAGING_DIR)/.prepared touch $@ chmod +x $@ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
