diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-23 22:53:56 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2007-07-23 22:53:56 +0000 |
commit | 454c643bcfdf8f36820a3895af0b7174de746e4c (patch) | |
tree | 72a6cc2fd1b34db42db33648ccb57da57fd3ef74 /externals | |
parent | cd5763c45b87d25072881f0c4dcb48435b173042 (diff) |
created objectsdir before installing pidip
svn path=/trunk/; revision=8217
Diffstat (limited to 'externals')
-rw-r--r-- | externals/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/Makefile b/externals/Makefile index e61768c4..61df647f 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1914,6 +1914,7 @@ pidip_install: pidip # --author "Yves Degoyon" \ # --description "PiDiP is Definitely in Pieces" \ # --license "GNU GPLv2" + install -d $(objectsdir) install -p $(externals_src)/pidip/*.$(EXTENSION) $(objectsdir) install -d $(helpdir) install -p $(externals_src)/pidip/doc/*.pd $(helpdir) |