OSDN Git Service

* Makefile.in (insatll): Change gxx_includedir to gcc_include_dir.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 1997 08:39:12 +0000 (08:39 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 27 Nov 1997 08:39:12 +0000 (08:39 +0000)
        * config.shared (gxx_includedir): Remove default definition.
        * config/linux.mt: Change gxx_includedir to gxx_include_dir.
        * config/linuxaxp1.mt: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16786 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a9cf4d1..56dc893 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 e460569..8117c7f 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 0be4361..1b23b35 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 ad1dc51..10536f9 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 ef1617b..d9b7e8c 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