diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-25 01:51:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-25 01:51:14 +0000 |
commit | 791ee5194924181b9cec36ba2901e2c83559d618 (patch) | |
tree | 41222ef1c77f35e103d4c3144500e13f501581b5 /gas | |
parent | c568bde739f804cc6da262013bf400e15061ae0d (diff) | |
download | gdb-791ee5194924181b9cec36ba2901e2c83559d618.zip gdb-791ee5194924181b9cec36ba2901e2c83559d618.tar.gz gdb-791ee5194924181b9cec36ba2901e2c83559d618.tar.bz2 |
* Makefile.in (gasp.new): Depend upon ../libiberty/libiberty.a.
Just link against libiberty, not against $(LIBS).
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cfafd4f..757d1a1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Aug 24 18:50:19 1995 Ian Lance Taylor (ian@cygnus.com) + + * Makefile.in (gasp.new): Depend upon ../libiberty/libiberty.a. + Just link against libiberty, not against $(LIBS). + Wed Aug 23 15:18:20 1995 Ian Lance Taylor (ian@cygnus.com) * sb.c (sb_build): Undefine abort before calling it, since gasp |