summaryrefslogtreecommitdiff
path: root/ld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ld/Makefile')
-rw-r--r--ld/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/Makefile b/ld/Makefile
index 2e30d96..9e1f124 100644
--- a/ld/Makefile
+++ b/ld/Makefile
@@ -1,7 +1,7 @@
LIBDIR =/usr/bin
CFLAGS =-O
-LDFLAGS =-s
+LDFLAGS =
# May need some of these if the auto-sense fails.
# -DV7_A_OUT # a.out.h is like V7
@@ -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
+all: ld86 objchop
ld86: $(OBJS)
$(CC) $(LDFLAGS) $(OBJS) -o $@
@@ -28,7 +28,7 @@ install: ld86
install -m 755 ld86 $(LIBDIR)
clean realclean:
- rm -f $(OBJS) ld86
+ rm -f *.o ld86 objchop
$(OBJS): align.h ar.h bindef.h byteord.h config.h const.h globvar.h obj.h \
syshead.h type.h x86_aout.h