Makefile.in (install): Remove superfluous /include.

(
	* Makefile.in (install): Remove superfluous /include.

From-SVN: r20751
This commit is contained in:
Manfred Hollstein 1998-06-27 05:24:20 +00:00
parent 3a1c612c55
commit 7b8c3f6860
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ install:
if [ -z "$(MULTISUBDIR)" ]; then \
if [ "$(_G_CONFIG_H)" != "" ]; then \
if [ x$(enable_version_specific_runtime_libs) = xyes ]; then \
rm -f $(gxx_include_dir)/include/_G_config.h ; \
$(INSTALL_DATA) _G_config.h $(gxx_include_dir)/include/_G_config.h || exit 1; \
rm -f $(gxx_include_dir)/_G_config.h ; \
$(INSTALL_DATA) _G_config.h $(gxx_include_dir)/_G_config.h || exit 1; \
else \
rm -f $(tooldir)/include/_G_config.h ; \
$(INSTALL_DATA) _G_config.h $(tooldir)/include/_G_config.h || exit 1; \