diff options
author | Doug Evans <dje@gnu.org> | 1994-04-29 02:14:06 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1994-04-29 02:14:06 +0000 |
commit | 187ce4326e2715159b92a18220e3c2482ed423e7 (patch) | |
tree | c060360473141fa089b23fb6a47ee6903fc435b0 /gcc | |
parent | e0a1b6d20051dcf091abf68f7d48978537a9bd7b (diff) | |
download | gcc-187ce4326e2715159b92a18220e3c2482ed423e7.zip gcc-187ce4326e2715159b92a18220e3c2482ed423e7.tar.gz gcc-187ce4326e2715159b92a18220e3c2482ed423e7.tar.bz2 |
(c++.distdir): mkdir tmp/cp first.
From-SVN: r7177
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/Make-lang.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index db29d9a..547a404 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 \ |