diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-01-28 17:33:21 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-01-28 17:33:21 -0800 |
commit | ac1f3a0f6494264528dc41b18c6c352daad6b73e (patch) | |
tree | e681a1844f285ee6cee5925464c488383ad7956e | |
parent | ae18dd5481cc0f029315a194b1b2dacc5e491c8a (diff) | |
download | syslinux-elf-ac1f3a0f6494264528dc41b18c6c352daad6b73e.tar.gz syslinux-elf-ac1f3a0f6494264528dc41b18c6c352daad6b73e.tar.xz syslinux-elf-ac1f3a0f6494264528dc41b18c6c352daad6b73e.zip |
Remove redundant rule for gethostip.o
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -196,8 +196,6 @@ libsyslinux.a: bootsect_bin.o ldlinux_bin.o mbr_bin.o syslxmod.o $(LIB_SO): bootsect_bin.o ldlinux_bin.o syslxmod.o $(CC) $(LDFLAGS) -shared -Wl,-soname,$(LIB_SONAME) -o $@ $^ -gethostip.o: gethostip.c - gethostip: gethostip.o $(CC) $(LDFLAGS) -o $@ $^ |