aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-27 05:24:20 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>1998-06-27 05:24:20 +0000
commitd31e933eab02397daf0a7c6234c92a057c764770 (patch)
treec2a9e166e788e2c20ba7c8ee6e613e25310df7d0
parent8bb172a240253ab531e34884a04f93c161c3da49 (diff)
(
* Makefile.in (install): Remove superfluous /include. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20751 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libio/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libio/Makefile.in b/libio/Makefile.in
index 75a1d00947c..724372a0b8b 100644
--- a/libio/Makefile.in
+++ b/libio/Makefile.in
@@ -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; \