diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-11 14:18:24 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-11 14:18:24 -0800 |
commit | 4b923ea451d45f791d6eba29ae1beb3cd4298ac6 (patch) | |
tree | 87e88b35974f4b6cf55e92a07e536a57689a6eb3 /Makefile | |
parent | bf3972cfa40d45e511e779f3e49c3b1968eaa822 (diff) | |
download | syslinux-4b923ea451d45f791d6eba29ae1beb3cd4298ac6.tar.gz |
Makefile: remove old cruft
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 $@ $^ |