diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | config/mh-ncrsvr43 | 3 |
2 files changed, 3 insertions, 3 deletions
@@ -1,3 +1,6 @@ +Sat Sep 16 18:31:08 PDT 1995 Angela Marie Thomas <angela@cygnus.com> + * config/mh-ncrsvr43: Removed AR_FLAGS + Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean. diff --git a/config/mh-ncrsvr43 b/config/mh-ncrsvr43 index bc1eafe..4717f67 100644 --- a/config/mh-ncrsvr43 +++ b/config/mh-ncrsvr43 @@ -7,6 +7,3 @@ CFLAGS = -g -Hnocopyr # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV -DSVR4 RANLIB = true - -# The l flag generates a warning from the SVR4 archiver, remove it. -AR_FLAGS = cq |