diff options
Diffstat (limited to 'externals/Makefile')
-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) |