Rearrange link line so the libraries come after the source.
[oweals/openssl.git] / demos / evp / Makefile
index 72c6e81d7a9f26d5626bda4b495bf9f66ba40ac6..3a85b223a85da12609add332c33bb9e1f26af2cf 100644 (file)
@@ -17,4 +17,4 @@ aesccm: aesccm.o
 aesgcm: aesgcm.o
 
 aesccm aesgcm:
-       $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
+       $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)