* Makefile.in: Be more selective about what files to install.
From-SVN: r24176
This commit is contained in:
parent
54953b66c5
commit
a16e85c201
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue