* Makefile.in: Be more selective about what files to install.

From-SVN: r24176
This commit is contained in:
Marc Espie 1998-12-08 01:01:29 +01:00 committed by Jeff Law
parent 54953b66c5
commit a16e85c201
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 8 00:59:09 1998 Marc Espie <Marc.Espie@liafa.jussieu.fr>
* Makefile.in: Be more selective about what files to install.
1998-11-30 Ulrich Drepper <drepper@cygnus.com>
* std/bastring.cc (operator>>): Correct cast in last patch.

View File

@ -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 ; \