summaryrefslogtreecommitdiff
path: root/rbutil/mkamsboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-rw-r--r--rbutil/mkamsboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile
index 67fe91e51d..7100bd9512 100644
--- a/rbutil/mkamsboot/Makefile
+++ b/rbutil/mkamsboot/Makefile
@@ -9,11 +9,11 @@
9CFLAGS += -I../../tools/ucl/include -Wall 9CFLAGS += -I../../tools/ucl/include -Wall
10 10
11OUTPUT = mkamsboot 11OUTPUT = mkamsboot
12LIBUCL = libucl$(RBARCH).a 12LIBUCL = libucl.a
13 13
14# inputs 14# inputs
15LIBSOURCES := dualboot.c md5.c mkamsboot.c 15LIBSOURCES := dualboot.c md5.c mkamsboot.c
16SOURCES := $(LIBSOURCES) main.c 16SOURCES := main.c
17# additional link dependencies for the standalone executable 17# additional link dependencies for the standalone executable
18EXTRADEPS := $(LIBUCL) 18EXTRADEPS := $(LIBUCL)
19 19