summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-01-11 14:18:24 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-01-11 14:18:24 -0800
commit4b923ea451d45f791d6eba29ae1beb3cd4298ac6 (patch)
tree87e88b35974f4b6cf55e92a07e536a57689a6eb3
parentbf3972cfa40d45e511e779f3e49c3b1968eaa822 (diff)
downloadsyslinux-4b923ea451d45f791d6eba29ae1beb3cd4298ac6.tar.gz
Makefile: remove old cruft
-rw-r--r--Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index ea54af3c..5962e958 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ VERSION = $(shell cat version)
# with their own Makefiles. Finally, there is a list of those
# directories.
#
-CSRC = syslxmod.c gethostip.c
+CSRC = gethostip.c
NASMSRC = $(wildcard *.asm)
SOURCES = $(CSRC) *.h $(NASMSRC) *.inc
@@ -184,14 +184,6 @@ extlinux_bss_bin.c: extlinux.bss bin2c.pl
extlinux_sys_bin.c: extlinux.sys bin2c.pl
$(PERL) bin2c.pl extlinux_image 512 < $< > $@
-libsyslinux.a: bootsect_bin.o ldlinux_bin.o mbr_bin.o syslxmod.o
- rm -f $@
- $(AR) cq $@ $^
- $(RANLIB) $@
-
-$(LIB_SO): bootsect_bin.o ldlinux_bin.o syslxmod.o
- $(CC) $(LDFLAGS) -shared -Wl,-soname,$(LIB_SONAME) -o $@ $^
-
gethostip: gethostip.o
$(CC) $(LDFLAGS) -o $@ $^