From 8442cbcdd43c01949189c9c43610d35448ae88d0 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Thu, 31 Oct 1991 00:46:02 +0000 Subject: [PATCH] *** empty log message *** --- config/mh-delta88 | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + -- 2.7.4