summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/Makefile.in')
-rw-r--r--winsup/mingw/Makefile.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 5f357602a..d2f384ca1 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