From 4808d7a7f1ecdf59184343795839c1a7fef00c5e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 23 Feb 1993 23:03:09 +0000 Subject: [PATCH] (install-include-dir): Depend on install-dir. From-SVN: r3517 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2