summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-07-22 00:55:12 +0000
committerIan Lance Taylor <ian@airs.com>1999-07-22 00:55:12 +0000
commit18d8f6af2dd59932e549caaf123e343755dc1a23 (patch)
tree5b7b8c15d18be6243bd80a405b7a032a30bd2bae /libiberty
parent554d7c3a60ec9109d8cc686e28a7e6175ccd3bb4 (diff)
downloadgdb-18d8f6af2dd59932e549caaf123e343755dc1a23.tar.gz
From Mark Elbrecht:
* makefile.dos: Remove; obsolete.
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/makefile.dos29
2 files changed, 5 insertions, 29 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 9248429ed50..e555429e6be 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 7eba62c3395..00000000000
--- 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)