From 454c643bcfdf8f36820a3895af0b7174de746e4c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 23 Jul 2007 22:53:56 +0000 Subject: created objectsdir before installing pidip svn path=/trunk/; revision=8217 --- externals/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.1