Reorganization
[umurmur.git] / src / Makefile
index 9b959abc21fffab213381489937415c3a1e60b78..f3856d9b52a9cd2d9a4d41edbb8a25ad185a10a8 100644 (file)
@@ -22,6 +22,6 @@ all: umurmurd
 $(OBJS): Makefile
 
 depend.mak:
-       $(CC) -M $(SRCS) > depend.mak
+       $(CC) $(CFLAGS) -M $(SRCS) > depend.mak
 
 include depend.mak
\ No newline at end of file