summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 10:50:20 +0000
committerkraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-20 10:50:20 +0000
commit7d299f3d716100d684ee81beeb2bb0086b575579 (patch)
tree5e622bba7f026d7623b8503383eed42577a66b90 /gcc/objc
parentfe153e708cbb1648d0277c16873982cf15ac6679 (diff)
downloadgcc-7d299f3d716100d684ee81beeb2bb0086b575579.tar.gz
* Makefile.in (STAGESTUFF): Move cc1obj$(exeext) from here ...
* objc/config-lang.in (stagestuff): ... to here. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/config-lang.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in
index 705a76a6f69..91b86d8d573 100644
--- a/gcc/objc/config-lang.in
+++ b/gcc/objc/config-lang.in
@@ -30,7 +30,7 @@ language="objc"
compilers="cc1obj\$(exeext)"
-stagestuff=""
+stagestuff="cc1obj\$(exeext)"
target_libs=target-libobjc