diff options
author | P. J. McDermott <pjm@nac.net> | 2013-06-03 18:07:53 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-06-03 18:07:53 (EDT) |
commit | 8f87c16164764212311b4f61428ed870b30fa5af (patch) | |
tree | cb410864944991863cc29766a76921e7fdf2b6d4 | |
parent | eea5f6893617976f64f460524ada71514965254c (diff) |
build: Make install target depend on build.
-rwxr-xr-x | build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ build: oh-autobuild touch $@ -install: +install: build oh-autoinstall rm -f 'dest/usr/lib/$(OPK_HOST_ARCH)/libfakeroot.la' oh-fixperms |