From 59e91936c536f210a515a061d2eb90d4840946c4 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Thu, 18 Apr 1991 02:00:09 +0000 Subject: [PATCH] Pulling host and target dependancies out of the Makefile.in. --- ld/config/hmake-sun3 | 6 ++---- ld/config/hmake-sun4 | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) 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 -- 2.30.2