summaryrefslogtreecommitdiff
path: root/jmake
diff options
context:
space:
mode:
authorrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-01-09 13:57:07 +0000
committerrmanfredi <rmanfredi@2592e710-e01b-42a5-8df0-11608a6cc53d>2011-01-09 13:57:07 +0000
commit0592971eb3dc8a7f4014e98e0d6e95ae443ef82b (patch)
tree0513d5398e00625441e67b4b63fbcd14c1c571de /jmake
parent74ab7bef49172bc5c781413d6790ba1458c10b01 (diff)
Added ARCHLIB variable.
git-svn-id: svn://svn.code.sf.net/p/dist/code/trunk/dist@69 2592e710-e01b-42a5-8df0-11608a6cc53d
Diffstat (limited to 'jmake')
-rw-r--r--jmake/files/Jmake.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/jmake/files/Jmake.tmpl b/jmake/files/Jmake.tmpl
index 83f90fb..bae477b 100644
--- a/jmake/files/Jmake.tmpl
+++ b/jmake/files/Jmake.tmpl
@@ -81,6 +81,7 @@ DIR = $DIR
;# Parameters set by Configure -- edit config.sh if changes are needed
?AR:AR = ar rc /* FIXME */
+?ARCHLIB:ARCHLIB = $installarchlib
?BINDIR:BINDIR = $installbin
?CC:CC = $cc
?CHMOD:CHMOD = $chmod