]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (insatll): Change gxx_includedir to gcc_include_dir.
authorJeffrey A Law <law@cygnus.com>
Thu, 27 Nov 1997 08:34:24 +0000 (08:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 27 Nov 1997 08:34:24 +0000 (01:34 -0700)
        * Makefile.in (insatll): Change gxx_includedir to gcc_include_dir.
        * config.shared (gxx_includedir): Remove default definition.
        * config/linux.mt: Change gxx_includedir to gxx_include_dir.
        * config/linuxaxp1.mt: Likewise.

From-SVN: r16782

libio/ChangeLog
libio/Makefile.in
libio/config.shared
libio/config/linux.mt
libio/config/linuxaxp1.mt

index a9cf4d1e7365b84ed3a9df140f3eb22d71091c4f..56dc8937dafc5b5344b3abbaeb3d2d7ec97316c5 100644 (file)
@@ -1,3 +1,10 @@
+Thu Nov 27 01:32:43 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (insatll): Change gxx_includedir to gcc_include_dir.
+       * config.shared (gxx_includedir): Remove default definition.
+       * config/linux.mt: Change gxx_includedir to gxx_include_dir.
+       * config/linuxaxp1.mt: Likewise.
+
 Wed Nov 26 16:08:50 1997  Richard Henderson  (rth@cygnus.com)
 
        * configure.in (target frags): Add powerpc*-linux-gnulibc1.
index e460569886907616a229b0358da1dde303fe14dd..8117c7fd477657245149b80687203b3d7239427d 100644 (file)
@@ -113,9 +113,9 @@ install:
          fi ; \
          cd $(srcdir); \
          for FILE in $(USER_INCLUDES); do if [ $$FILE != _G_config.h ]; then \
-           rm -f $(gxx_includedir)/$$FILE ; \
-           $(INSTALL_DATA) $$FILE $(gxx_includedir)/$$FILE ; \
-           chmod a-x $(gxx_includedir)/$$FILE ; \
+           rm -f $(gxx_include_dir)/$$FILE ; \
+           $(INSTALL_DATA) $$FILE $(gxx_include_dir)/$$FILE ; \
+           chmod a-x $(gxx_include_dir)/$$FILE ; \
          else true; fi; done ; \
        else true; \
        fi
index 0be43612fa661d29e5faba7a9616352c54b5dfe9..1b23b353090078cd65dceb2da4944c502bcdf861 100644 (file)
@@ -88,7 +88,6 @@ echo 'man9dir = $(mandir)/man9'
 
 echo 'infodir = $(prefix)/info'
 echo 'includedir = $(prefix)/include'
-echo 'gxx_includedir = $(includedir)/g++'
 echo 'docdir = $(datadir)/doc'
 echo ''
 echo 'SHELL = /bin/sh'
index ad1dc51f316fd9a0d6a9593f9196a8ec9680825d..10536f98b157d5b2551a820812471f38595d84a8 100644 (file)
@@ -1,7 +1,7 @@
 # Use the libio which comes with the local libc.
 
 # That is where we keep the g++ header files.
-gxx_includedir =$(prefix)/include/g++
+gxx_include_dir =$(prefix)/include/g++
 
 # Comment this out to avoid including the stdio functions in libiostream.a:
 # LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJECTS) $(OSPRIM_OBJECTS)
index ef1617b61811168515a9ac7b1414732cc92b83da..d9b7e8c7e95628b864ec86fc114302f25c20fb0d 100644 (file)
@@ -6,5 +6,5 @@ all:
 install: install-axp-mt-headers
 
 install-axp-mt-headers:
-       $(INSTALL_DATA) libc-lock.h $(gxx_includedir)/libc-lock.h
-       $(INSTALL_DATA) stdio-lock.h $(gxx_includedir)/stdio-lock.h
+       $(INSTALL_DATA) libc-lock.h $(gxx_include_dir)/libc-lock.h
+       $(INSTALL_DATA) stdio-lock.h $(gxx_include_dir)/stdio-lock.h