From 187ce4326e2715159b92a18220e3c2482ed423e7 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 29 Apr 1994 02:14:06 +0000 Subject: [PATCH] (c++.distdir): mkdir tmp/cp first. From-SVN: r7177 --- gcc/cp/Make-lang.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index db29d9a4ae2..547a40420c3 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -148,6 +148,7 @@ c++.stage4: # This target creates the files that can be rebuilt, but go in the # distribution anyway. It then copies the files to the distdir directory. c++.distdir: + mkdir tmp/cp cd cp ; $(MAKE) $(FLAGS_TO_PASS) $(CXX_FLAGS_TO_PASS) parse.c hash.h cd cp; \ for file in *[0-9a-zA-Z+]; do \ -- 2.30.2