Commit a16e85c2 by Marc Espie Committed by Jeff Law

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

From-SVN: r24176
parent 54953b66
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 ; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment