diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-06 00:45:51 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-06 00:45:51 +0000 |
commit | 94ce0c04c10126774559deb9225ed20a77083877 (patch) | |
tree | f430d9123229638fd9693fd3f8a6536c6c01cf21 /winsup | |
parent | 08547e64033de85b410bb158a872fb0a39b9e9ab (diff) | |
download | newlib-94ce0c04c10126774559deb9225ed20a77083877.zip newlib-94ce0c04c10126774559deb9225ed20a77083877.tar.gz newlib-94ce0c04c10126774559deb9225ed20a77083877.tar.bz2 |
Revert inadvertently checked in files.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/mingw/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/mingw/Makefile.in | 8 |
2 files changed, 1 insertions, 11 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 321273a..ba5cfa7 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,7 +1,3 @@ -Wed Sep 5 19:24:50 2001 Christopher Faylor <cgf@cygnus.com> - - * Makefile.in: Install libstdc++.a if it does not exist. - 2001-08-29 Danny Smith <dannysmith@users.sourceforge.net> * include/stdarg.h (va_list): Typedef as __builtin_va_list if diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index 5f35760..d2f384c 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -294,7 +294,7 @@ install-dirs: $(mkinstalldirs) $(bindir) $(mkinstalldirs) $(tooldir)/lib$(subdirforlib) -install: all install-dirs $(install_dlls_host) $(tooldir)/lib$(subdirforlib)/libstdc++.a +install: all install-dirs $(install_dlls_host) for i in $(LIBS); do \ $(INSTALL_DATA) $$i $(tooldir)/lib$(subdirforlib)/$$i ; \ done @@ -310,12 +310,6 @@ install: all install-dirs $(install_dlls_host) $(tooldir)/lib$(subdirforlib)/lib done @$(MAKE) subdirs DO=$@ $(FLAGS_TO_PASS) -$(tooldir)/lib$(subdirforlib)/libstdc++.a: libstdc++.a - @[ -f $? ] && cp -vp $? $@; exit 0 - -libstdc++.a: - @true - subdirs: $(SUBDIRS) @true |