From: Doug Evans Date: Fri, 29 Apr 1994 02:14:06 +0000 (+0000) Subject: (c++.distdir): mkdir tmp/cp first. X-Git-Tag: misc/cutover-egcs-0~6766 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=187ce4326e2715159b92a18220e3c2482ed423e7;p=thirdparty%2Fgcc.git (c++.distdir): mkdir tmp/cp first. From-SVN: r7177 --- diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index db29d9a4ae23..547a40420c31 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 \