diff options
author | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-11 18:41:29 +0000 |
---|---|---|
committer | apbianco <apbianco@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-11 18:41:29 +0000 |
commit | f0b59ecd3e755efac75bd1bba400de0e26e48562 (patch) | |
tree | 1c869289df46424b6a43383e701ce1f131843a8c /fastjar | |
parent | b6212f5b460200bc0d2c3dc6fc477a4e937401d3 (diff) | |
download | gcc-f0b59ecd3e755efac75bd1bba400de0e26e48562.tar.gz |
2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com>
* install-defs.sh: Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38193 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fastjar')
-rw-r--r-- | fastjar/ChangeLog | 4 | ||||
-rw-r--r-- | fastjar/install-defs.sh | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/fastjar/ChangeLog b/fastjar/ChangeLog index a04611aa546..5ea513b213d 100644 --- a/fastjar/ChangeLog +++ b/fastjar/ChangeLog @@ -1,3 +1,7 @@ +2000-12-11 Alexandre Petit-Bianco <apbianco@cygnus.com> + + * install-defs.sh: Removed. + 2000-12-10 Robert Lipe <robertlipe@usa.net> * jargrep.c (jargrep): Added null statement after case. diff --git a/fastjar/install-defs.sh b/fastjar/install-defs.sh deleted file mode 100644 index d7c906e3a36..00000000000 --- a/fastjar/install-defs.sh +++ /dev/null @@ -1,7 +0,0 @@ -CP=/bin/cp -STRIP=/usr/bin/strip -CHMOD=/bin/chmod - -prefix=/usr/local -exec_prefix=${prefix} -BINDIR=${exec_prefix}/bin |