X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2FMakefile.in;h=3de8a758a39c756a803d279a9f46ff0f1a5e5d6d;hb=41792d688a5a1f158d6e9ecda2b603ae122d69a1;hp=c31efe0e9bade3f5a7aba445fb8041a310a95091;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/Makefile.in b/sim/Makefile.in index c31efe0e9b..3de8a758a3 100644 --- a/sim/Makefile.in +++ b/sim/Makefile.in @@ -1,6 +1,5 @@ # Makefile template for Configure for the sim library. -# Copyright (C) 1993, 1995, 1997, 1998, 2007, 2008, 2009, 2010, 2011 -# Free Software Foundation, Inc. +# Copyright (C) 1993-2020 Free Software Foundation, Inc. # Written by Cygnus Support. # # This file is part of BFD, the Binary File Descriptor library. @@ -167,6 +166,16 @@ install: else true; fi; \ done +install-strip: + @rootme=`pwd` ; export rootme ; \ + for dir in . ${SUBDIRS}; do \ + if [ "$$dir" = "." ]; then \ + true; \ + elif [ -d $$dir ]; then \ + (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install-strip) || exit 1; \ + else true; fi; \ + done + installcheck: @echo No installcheck target is available yet for the GNU simulators.