aboutsummaryrefslogtreecommitdiff
path: root/libio/Makefile.in
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1997-11-27 08:39:12 +0000
committerJeff Law <law@gcc.gnu.org>1997-11-27 01:39:12 -0700
commit0632562c8a0c7075e01f445de1ed9886e72091dd (patch)
tree893c99f5f70859cbf64b95b87d6e4831e035e968 /libio/Makefile.in
parentc30555846b010778d01696ab2b4533f08211ea42 (diff)
downloadgcc-0632562c8a0c7075e01f445de1ed9886e72091dd.zip
gcc-0632562c8a0c7075e01f445de1ed9886e72091dd.tar.gz
gcc-0632562c8a0c7075e01f445de1ed9886e72091dd.tar.bz2
Makefile.in (insatll): Change gxx_includedir to gcc_include_dir.
* 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: r16786
Diffstat (limited to 'libio/Makefile.in')
-rw-r--r--libio/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libio/Makefile.in b/libio/Makefile.in
index e460569..8117c7f 100644
--- a/libio/Makefile.in
+++ b/libio/Makefile.in
@@ -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