Skip to content
Snippets Groups Projects
Commit 9eabb35e authored by Forget Julien's avatar Forget Julien
Browse files

Paths cleanup.


git-svn-id: https://svn.onera.fr/Prelude/Prelude/trunk@903 49f62630-d767-4ccd-930e-b3f5589f52e1
parent 1961d295
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# modify these 2 folders depending on your installation # modify these 2 folders depending on your installation
PTASK_SOURCE_FOLDER=/usr/local/ptask PTASK_SOURCE_FOLDER=$(HOME)/Installs/ptask
PRELUDE_FOLDER=/usr/local/Prelude-1.7.0 PRELUDE_FOLDER=$(HOME)/Installs/Prelude-1.7.0
PRELUDE_BIN_FOLDER=$(PRELUDE_FOLDER)/bin PRELUDE_BIN_FOLDER=$(PRELUDE_FOLDER)/bin
PRELUDE_SHARE_FOLDER=$(PRELUDE_FOLDER)/share PRELUDE_SHARE_FOLDER=$(PRELUDE_FOLDER)/share
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
.SUFFIX: .SUFFIX:
# modify these 2 folders depending on your installation # modify these 2 folders depending on your installation
PTASK_SOURCE_FOLDER=/usr/local/ptask PTASK_SOURCE_FOLDER=$(HOME)/Installs/ptask
PRELUDE_FOLDER=/usr/local/Prelude-1.7.0 PRELUDE_FOLDER=$(HOME)/Installs/Prelude-1.7.0
PRELUDE_BIN_FOLDER=$(PRELUDE_FOLDER)/bin PRELUDE_BIN_FOLDER=$(PRELUDE_FOLDER)/bin
PRELUDE_SHARE_FOLDER=$(PRELUDE_FOLDER)/share PRELUDE_SHARE_FOLDER=$(PRELUDE_FOLDER)/share
PRELUDE_LIB_FOLDER=$(PRELUDE_FOLDER)/lib/prelude PRELUDE_LIB_FOLDER=$(PRELUDE_FOLDER)/lib/prelude
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment