summaryrefslogtreecommitdiff
path: root/ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ld/Makefile')
-rw-r--r--ld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile b/ld/Makefile
index 9e1f124..985008c 100644
--- a/ld/Makefile
+++ b/ld/Makefile
@@ -18,7 +18,7 @@ DEFS =-DREL_OUTPUT -DBUGCOMPAT
OBJS= dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o \
writex86.o writebin.o writerel.o
-all: ld86 objchop
+all: ld86 objchop catimage
ld86: $(OBJS)
$(CC) $(LDFLAGS) $(OBJS) -o $@
@@ -28,7 +28,7 @@ install: ld86
install -m 755 ld86 $(LIBDIR)
clean realclean:
- rm -f *.o ld86 objchop
+ rm -f *.o ld86 ld86r objchop catimage
$(OBJS): align.h ar.h bindef.h byteord.h config.h const.h globvar.h obj.h \
syshead.h type.h x86_aout.h