summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/utility/Makefile b/utility/Makefile
index 68e09413..b874c36a 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -191,9 +191,10 @@ ${BUILD_ROOT}/mount-encrypted: mount-encrypted.c mount-encrypted.h \
-I$(FWDIR)/include \
-I$(HOSTDIR)/include \
$(LDFLAGS) \
- $< -o $@ $(shell $(PKG_CONFIG) --libs glib-2.0 openssl) \
- -lm \
- ${BUILD_ROOT}/mount-helpers.o $(LIBS)
+ $< -o $@ \
+ ${BUILD_ROOT}/mount-helpers.o $(LIBS) \
+ $(shell $(PKG_CONFIG) --libs glib-2.0 openssl) \
+ -lm
${BUILD_ROOT}/dev_sign_file: dev_sign_file.c $(LIBS)
$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ $(LIBS) $(CRYPTO_LIBS)