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 | 9c8ac5a99777a177f1352e47558f0ce6485d81c8 (patch) | |
tree | 03b2a32fb604243f246b3a369229c84a2738a449 /libiberty | |
parent | b23b8e6e5548bfc5fa84c6bcf793926797bc4650 (diff) | |
download | gdb-9c8ac5a99777a177f1352e47558f0ce6485d81c8.zip gdb-9c8ac5a99777a177f1352e47558f0ce6485d81c8.tar.gz gdb-9c8ac5a99777a177f1352e47558f0ce6485d81c8.tar.bz2 |
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 9248429..e555429 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 7eba62c..0000000 --- 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) |