diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 16:12:32 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-11-10 16:12:32 +0000 |
commit | 4d0058ff537dab92a316bd821ad8d0ca1a6e0ea4 (patch) | |
tree | b3f7ce4e285003355beb1db40abcb853956db4d3 /externals/vanilla | |
parent | e93b6a0a5af515f4e4c4514cce09ddac7f78939d (diff) |
fixed install
svn path=/trunk/; revision=12739
Diffstat (limited to 'externals/vanilla')
-rw-r--r-- | externals/vanilla/Makefile | 1 | ||||
-rw-r--r-- | externals/vanilla/VERSION | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/externals/vanilla/Makefile b/externals/vanilla/Makefile index d77acb9d..25222c9f 100644 --- a/externals/vanilla/Makefile +++ b/externals/vanilla/Makefile @@ -132,7 +132,6 @@ install-doc: install -m644 -p $(wildcard *.pd) $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) install -m644 -p README $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/README.txt install -m644 -p VERSION $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/VERSION.txt - install -m644 -p CHANGES $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME)/CHANGES.txt install-exec: install -d $(DESTDIR)$(objectsdir)/$(LIBRARY_NAME) diff --git a/externals/vanilla/VERSION b/externals/vanilla/VERSION new file mode 100644 index 00000000..8e6d05b7 --- /dev/null +++ b/externals/vanilla/VERSION @@ -0,0 +1 @@ +these are currently derived from the Pd 0.42-5 code |