diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:55:12 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-07-22 00:55:12 +0000 |
commit | 9f542eea5f8a33ce7e5f68780f07a68459089f81 (patch) | |
tree | 462ca6400a9c209376aab8e8e7ad32d2312ecfc3 /libiberty | |
parent | 83cfc3f75ecc5f579997f89ba7206ef40b9fb5d2 (diff) | |
download | binutils-redhat-9f542eea5f8a33ce7e5f68780f07a68459089f81.tar.gz |
From Mark Elbrecht:
* makefile.dos: Remove; obsolete.
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 5 | ||||
-rw-r--r-- | libiberty/makefile.dos | 29 |
2 files changed, 5 insertions, 29 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 9248429ed5..e555429e6b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +1999-07-21 Ian Lance Taylor <ian@zembu.com> + + From Mark Elbrecht: + * makefile.dos: Remove; obsolete. + 1999-07-14 Richard Henderson <rth@cygnus.com> * argv.c: Include stdlib.h and string.h instead of diff --git a/libiberty/makefile.dos b/libiberty/makefile.dos deleted file mode 100644 index 7eba62c339..0000000000 --- a/libiberty/makefile.dos +++ /dev/null @@ -1,29 +0,0 @@ -CFLAGS=-O2 - -OBJS = \ - argv.o \ - basename.o \ - concat.o \ - cplus-dem.o \ - fdmatch.o \ - floatformat.o \ - getopt.o \ - getopt1.o \ - getruntime.o \ - hex.o \ - msdos.o \ - obstack.o \ - spaces.o \ - strerror.o \ - strsignal.o \ - xatexit.o \ - xexit.o \ - xmalloc.o \ - $E - -.c.o: - gcc -I../include $(CFLAGS) -c $< - -libiberty.a : $(OBJS) - -rm libiberty.a - ar rvs libiberty.a $(OBJS) |