diff options
author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-09 03:08:23 +0000 |
---|---|---|
committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-09 03:08:23 +0000 |
commit | 7ce26751b948af5be89a7da5882b19703c48f7fe (patch) | |
tree | 87ea917f50267296afe6acf62ccf01cba566fa09 /fastjar/install-defs.sh.in | |
parent | 68a758b6de03182f0683314be57cae52979cd6c5 (diff) | |
download | gcc-7ce26751b948af5be89a7da5882b19703c48f7fe.tar.gz |
2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
* fastjar: Imported.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar/install-defs.sh.in')
-rw-r--r-- | fastjar/install-defs.sh.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/fastjar/install-defs.sh.in b/fastjar/install-defs.sh.in new file mode 100644 index 00000000000..b90410c417f --- /dev/null +++ b/fastjar/install-defs.sh.in @@ -0,0 +1,7 @@ +CP=@CP@ +STRIP=@STRIP@ +CHMOD=@CHMOD@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +BINDIR=@bindir@ |