aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-12 09:46:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-12 09:46:52 +0200
commit911d44c712941ad473c78621595be1285506dc78 (patch)
tree3ee79b094375debc96bc64c2ab9dc73d196797ee /makefile
parentc6ae0ff1182f96b6d7bb17563e68f10baf45fa1a (diff)
Implement the install target
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3ff2fb3..3c890b1 100644
--- a/makefile
+++ b/makefile
@@ -19,7 +19,7 @@ test: $(out_base)/libcutl/.test
# Install.
#
-install:
+install: $(out_base)/libcutl/.install
# Clean.
#