From: Marc Espie Date: Tue, 8 Dec 1998 00:01:29 +0000 (+0100) Subject: * Makefile.in: Be more selective about what files to install. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a16e85c20139ad5ac830635d8df8fdfef97d410e;p=gcc.git * Makefile.in: Be more selective about what files to install. From-SVN: r24176 --- diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 031856f6ae2..7d5342cc4d3 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 8 00:59:09 1998 Marc Espie + + * Makefile.in: Be more selective about what files to install. + 1998-11-30 Ulrich Drepper * std/bastring.cc (operator>>): Correct cast in last patch. diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index ed00c15aeff..bb604551b85 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -267,7 +267,7 @@ install: fi ; \ chmod a-x $(gxx_include_dir)/$$FILE ; \ done ; \ - for FILE in *.h std/*.*; do \ + for FILE in *.h std/*.h std/*.cc; do \ rm -f $(gxx_include_dir)/$$FILE ; \ $(INSTALL_DATA) $$FILE $(gxx_include_dir)/$$FILE ; \ chmod a-x $(gxx_include_dir)/$$FILE ; \