diff options
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 |