diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-18 02:00:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-18 02:00:09 +0000 |
commit | 59e91936c536f210a515a061d2eb90d4840946c4 (patch) | |
tree | fdb1c05c3e8b210f26410f6a81f21f4f3ee66def /ld | |
parent | 49913ad3113ea79368ab5d199535f35f7fc85be5 (diff) | |
download | gdb-59e91936c536f210a515a061d2eb90d4840946c4.zip gdb-59e91936c536f210a515a061d2eb90d4840946c4.tar.gz gdb-59e91936c536f210a515a061d2eb90d4840946c4.tar.bz2 |
Pulling host and target dependancies out of the Makefile.in.
Diffstat (limited to 'ld')
-rwxr-xr-x | ld/config/hmake-sun3 | 6 | ||||
-rwxr-xr-x | 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 c040f11..0dd04b0 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 3a17873..3812f5d 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 |