diff ticoff/Makefile @ 82:c20dc315a9d4

tiobjd: beginning of reloc handling
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 26 Mar 2014 06:00:07 +0000
parents c2445afce514
children 0f94d17899b3
line wrap: on
line diff
--- a/ticoff/Makefile	Wed Mar 26 03:23:20 2014 +0000
+++ b/ticoff/Makefile	Wed Mar 26 06:00:07 2014 +0000
@@ -1,7 +1,7 @@
 CC=	gcc
 CFLAGS=	-O2
 PROG=	tiobjd
-OBJS=	basics.o globals.o lowlevel.o main.o symtab.o tables.o
+OBJS=	basics.o globals.o lowlevel.o main.o reloc.o symtab.o tables.o
 HDRS=	coffconst.h filestruct.h globals.h intstruct.h
 
 all:	${PROG}