(install-include-dir): Depend on install-dir.
authorRichard Stallman <rms@gnu.org>
Tue, 23 Feb 1993 23:03:09 +0000 (23:03 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 23 Feb 1993 23:03:09 +0000 (23:03 +0000)
From-SVN: r3517

gcc/Makefile.in

index eadbf2100ce652ec32ffc46278d3d974abba8e4a..a3a19469f38645e3333d62c7677048f3646dcf75 100644 (file)
@@ -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