diff options
author | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-01-12 20:12:56 +0000 |
---|---|---|
committer | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-01-12 20:12:56 +0000 |
commit | 0f62907b1578fb36aeeceb6e14a7b36897cb00b6 (patch) | |
tree | df469bcfe88a759f994fbd2f85e33801c5971752 | |
parent | 1442feae91411a54bcb0d7a1aafdc607a01e0269 (diff) | |
download | usdx-0f62907b1578fb36aeeceb6e14a7b36897cb00b6.tar.gz usdx-0f62907b1578fb36aeeceb6e14a7b36897cb00b6.tar.xz usdx-0f62907b1578fb36aeeceb6e14a7b36897cb00b6.zip |
install plugins with install-all
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2084 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 79a128ce..e0a93079 100644 --- a/Makefile.in +++ b/Makefile.in @@ -212,8 +212,7 @@ install-strip: install .PHONY: install-all -#install-all: install-exec install-plugins install-data -install-all: install-exec install-data +install-all: install-exec install-plugins install-data .PHONY: install-exec install-exec: |