blob: 90f0fa76db6471a3906249929569d380ee0de05c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|