git » libjio » commit 9ed0e6a

Use $(ALL_CFLAGS) when building jiofsck

author Alberto Bertogli
2009-02-26 22:34:20 UTC
committer Alberto Bertogli
2009-03-02 00:41:17 UTC
parent 0d1bf4cec86ae81df5e0c995025e5a9c07e20d66

Use $(ALL_CFLAGS) when building jiofsck

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 2813aca..9f3f6d5 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ libjio.pc: libjio.skel.pc
 		> libjio.pc
 
 jiofsck: jiofsck.o libjio.a
-	$(NICE_CC) jiofsck.o libjio.a -lpthread -o jiofsck
+	$(NICE_CC) $(ALL_CFLAGS) jiofsck.o libjio.a -lpthread -o jiofsck
 
 install: all
 	install -d $(PREFIX)/lib