]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
add missing CPPFLAGS to compiler invocation
authorAntti Kantee <pooka@iki.fi>
Tue, 5 May 2015 09:29:41 +0000 (09:29 +0000)
committerAntti Kantee <pooka@iki.fi>
Tue, 5 May 2015 09:29:41 +0000 (09:29 +0000)
tests/crypto/Makefile

index af851c8a073b56e38224424a4c1c0a368e3793b2..e9ffef121ab8b04cbf5724de2a2b300384fd08e5 100644 (file)
@@ -5,7 +5,7 @@ ALL=md5
 all: $(ALL)
 
 md5: md5.c
-       ${CC} ${CFLAGS} -o $@ $< -lcrypto ${LDFLAGS}
+       ${CC} ${CPPFLAGS} ${CFLAGS} -o $@ $< -lcrypto ${LDFLAGS}
 
 clean:
        rm -f md5