*** empty log message ***
This commit is contained in:
parent
26dcf901d5
commit
8442cbcdd4
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue