mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 01:04:26 +08:00
* Makefile.in: Be more selective about what files to install.
From-SVN: r24176
This commit is contained in:
parent
54953b66c5
commit
a16e85c201
@ -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.
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user