diff --git a/utility/Makefile b/utility/Makefile index 68e09413f2..b874c36a23 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)