Replace tabs by spaces in file lists.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4275 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz
2009-09-29 13:32:09 +00:00
parent 3d1ee0f974
commit 0b4c486a49
10 changed files with 124 additions and 123 deletions

View File

@@ -10,36 +10,36 @@ LIB = common.a
OBJS = abend.o \
addrsize.o \
addrsize.o \
bitops.o \
chartype.o \
check.o \
cmdline.o \
coll.o \
cpu.o \
debugflag.o \
cpu.o \
debugflag.o \
exprdefs.o \
filepos.o \
filetype.o \
filetype.o \
fname.o \
fp.o \
fp.o \
hashstr.o \
hashtab.o \
intstack.o \
matchpat.o \
mmodel.o \
hashtab.o \
intstack.o \
matchpat.o \
mmodel.o \
print.o \
searchpath.o \
segdefs.o \
segnames.o \
shift.o \
searchpath.o \
segdefs.o \
segnames.o \
shift.o \
strbuf.o \
strpool.o \
strstack.o \
strpool.o \
strstack.o \
strutil.o \
target.o \
tgttrans.o \
version.o \
version.o \
xmalloc.o \
xsprintf.o