changeset 973:8279241db8b9 trunk

[svn] - compile objectives before installing them (oops)
author nenolod
date Wed, 26 Apr 2006 19:14:25 -0700
parents 7897fba5a46e
children fa6a2ad65e71
files mk/objective.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mk/objective.mk	Wed Apr 26 11:38:41 2006 -0700
+++ b/mk/objective.mk	Wed Apr 26 19:14:25 2006 -0700
@@ -20,7 +20,7 @@
 default: all
 all: build
 
-install:
+install: build
 	$(MAKE) install-prehook
 	@for i in $(BINDIR) $(LIBDIR) $(INCLUDEDIR); do \
 		if test ! -d $(DESTDIR)/$$i; then \