Makefile.in (install): Remove superfluous /include.
authorManfred Hollstein <manfred@gcc.gnu.org>
Sat, 27 Jun 1998 05:24:20 +0000 (05:24 +0000)
committerManfred Hollstein <manfred@gcc.gnu.org>
Sat, 27 Jun 1998 05:24:20 +0000 (05:24 +0000)
(
* Makefile.in (install): Remove superfluous /include.

From-SVN: r20751

libio/Makefile.in

index 75a1d00947c07a4374c636c2a0828fb50aa2f16b..724372a0b8bf39ca1e689d61b325e3d2172b66b8 100644 (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; \