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

@@ -22,24 +22,24 @@ LDFLAGS =
# List of all object files
OBJS = asminc.o \
attrtab.o \
attrtab.o \
code.o \
comments.o \
comments.o \
data.o \
error.o \
global.o \
handler.o \
handler.o \
infofile.o \
labels.o \
labels.o \
main.o \
opc6502.o \
opc65816.o \
opc65c02.o \
opc65sc02.o \
opctable.o \
opc6502.o \
opc65816.o \
opc65c02.o \
opc65sc02.o \
opctable.o \
output.o \
scanner.o \
segment.o
segment.o
LIBS = $(COMMON)/common.a