summaryrefslogtreecommitdiff
path: root/com32/libutil/Makefile
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 19:22:07 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 19:22:07 -0700
commitab6acefe649751b072fd9be21ff5de7733c1370e (patch)
tree7abe6b36fd8774cb758421bdcce6949b1782a5f7 /com32/libutil/Makefile
parent37b99c20bf10933524f3b8c1ec04215d5c94c18d (diff)
downloadsyslinux-ab6acefe649751b072fd9be21ff5de7733c1370e.tar.gz
Move the loadfile() routine into the syslinux/ namespace, and use it.syslinux-3.40-pre13
- Move the loadfile() routine into <syslinux/loadfile.h>. - Actually use the loadfile() routine.
Diffstat (limited to 'com32/libutil/Makefile')
-rw-r--r--com32/libutil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile
index 3656fb3f..eaae4156 100644
--- a/com32/libutil/Makefile
+++ b/com32/libutil/Makefile
@@ -47,7 +47,7 @@ LNXSFLAGS = -g
LNXLDFLAGS = -g
OBJCOPY = objcopy
LIBOBJS = ansiline.o ansiraw.o get_key.o idle.o sha1hash.o unbase64.o \
- movebits.o loadfile.o
+ syslinux/loadfile.o
LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS))
.SUFFIXES: .lss .c .lo .o .elf .c32 .lnx