From 9ed0e6af25adc463773078d51333a5fbfe49eb9f Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Thu, 26 Feb 2009 20:34:20 -0200
Subject: [PATCH 23/31] Use $(ALL_CFLAGS) when building jiofsck

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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
-- 
1.6.2.rc0.226.gf08f

