diff options
Diffstat (limited to 'rbutil/mkamsboot/Makefile')
-rw-r--r-- | rbutil/mkamsboot/Makefile | 4 |
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 @@ CFLAGS += -I../../tools/ucl/include -Wall OUTPUT = mkamsboot -LIBUCL = libucl$(RBARCH).a +LIBUCL = libucl.a # inputs LIBSOURCES := dualboot.c md5.c mkamsboot.c -SOURCES := $(LIBSOURCES) main.c +SOURCES := main.c # additional link dependencies for the standalone executable EXTRADEPS := $(LIBUCL) |