summaryrefslogtreecommitdiff
path: root/rbutil/mkzenboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mkzenboot/Makefile')
-rw-r--r--rbutil/mkzenboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkzenboot/Makefile b/rbutil/mkzenboot/Makefile
index 019b8a669f..ebc7a1670a 100644
--- a/rbutil/mkzenboot/Makefile
+++ b/rbutil/mkzenboot/Makefile
@@ -19,7 +19,7 @@ LIBSOURCES := dualboot.c mkzenboot.c md5.c utils.c \
19 $(addprefix $(TOOLS_DIR),$(TOOLS_SOURCES)) 19 $(addprefix $(TOOLS_DIR),$(TOOLS_SOURCES))
20 20
21# inputs for binary only 21# inputs for binary only
22SOURCES := $(LIBSOURCES) main.c 22SOURCES := main.c
23# dependencies for binary 23# dependencies for binary
24EXTRADEPS := 24EXTRADEPS :=
25 25