From: Richard Stallman Date: Tue, 23 Feb 1993 23:03:09 +0000 (+0000) Subject: (install-include-dir): Depend on install-dir. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4808d7a7f1ecdf59184343795839c1a7fef00c5e;p=gcc.git (install-include-dir): Depend on install-dir. From-SVN: r3517 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index eadbf2100ce..a3a19469f38 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1594,7 +1594,7 @@ install-headers: install-include-dir $(INSTALL_HEADERS_DIR) install-assert-h fi # Create or recreate the gcc private include file directory. -install-include-dir: +install-include-dir: install-dir -rm -rf $(libsubdir)/include mkdir $(libsubdir)/include -chmod a+rx $(libsubdir)/include