From 4b923ea451d45f791d6eba29ae1beb3cd4298ac6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 11 Jan 2008 14:18:24 -0800 Subject: [PATCH] Makefile: remove old cruft --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile b/Makefile index ea54af3..5962e95 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 $@ $^ -- 2.7.4