diff options
author | Steve Chamberlain <steve@cygnus> | 1991-10-31 00:46:02 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-10-31 00:46:02 +0000 |
commit | 8442cbcdd43c01949189c9c43610d35448ae88d0 (patch) | |
tree | bea6ac7ba368714419129c23b9080324b2acb68a /config/mh-delta88 | |
parent | 26dcf901d505879baf5e18929ea9520cb5008815 (diff) | |
download | gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.zip gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.tar.gz gdb-8442cbcdd43c01949189c9c43610d35448ae88d0.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'config/mh-delta88')
-rw-r--r-- | config/mh-delta88 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/mh-delta88 b/config/mh-delta88 index f682838..90f0fa7 100644 --- a/config/mh-delta88 +++ b/config/mh-delta88 @@ -1,3 +1,13 @@ # Define SYSV as -DSYSV if you are using a System V operating system. SYSV = -DSYSV RANLIB = echo >/dev/null + +# We want a gas .. +ALL = all.normal fakegas + +fakegas: $(unsubdir)/gas$(subdir)/as.new + - mkdir $(unsubdir)/gas + echo "/bin/as $*" > $(unsubdir)/gas$(subdir)/as.new + echo "install:" > $(unsubdir)/gas$(subdir)/Makefile + touch $(unsubdir)/gas$(subdir)/configure.in + |