From: K. Richard Pixley Date: Thu, 18 Apr 1991 02:00:09 +0000 (+0000) Subject: Pulling host and target dependancies out of the Makefile.in. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59e91936c536f210a515a061d2eb90d4840946c4;p=binutils-gdb.git Pulling host and target dependancies out of the Makefile.in. --- diff --git a/ld/config/hmake-sun3 b/ld/config/hmake-sun3 index c040f11805e..0dd04b092d1 100755 --- a/ld/config/hmake-sun3 +++ b/ld/config/hmake-sun3 @@ -1,4 +1,2 @@ -CDEFINES=-DHOST_SYS=SUN3_SYS -CC=cc -YACC=yacc -d - +HDEFINES = -DHOST_SYS=SUN3_SYS +YACC = yacc -d diff --git a/ld/config/hmake-sun4 b/ld/config/hmake-sun4 index 3a17873b010..3812f5de5b6 100755 --- a/ld/config/hmake-sun4 +++ b/ld/config/hmake-sun4 @@ -1,4 +1,4 @@ -CDEFINES=-DHOST_SYS=SUN4_SYS -YACC=yacc -tvd +HDEFINES = -DHOST_SYS=SUN4_SYS +YACC = yacc -tvd