X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=Makefile;h=8e2c965bf4aa2310f6ab69024554edaa6b4be835;hb=3a51a868784e755c34f19a16970118936fbf299f;hp=98716731500fd28e75fba59173efa43e1d7b6a69;hpb=5bb143ffcff41d4a9a21669aea0f37fa3e144e43;p=adu.git diff --git a/Makefile b/Makefile index 9871673..8e2c965 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ objects := adu.o string.o cmdline.o fd.o select.o create.o interactive.o select.cmdline.o format.o user.o bloom.o all: adu -version := 0.0.5 +version := 0.1.0 uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') DEBUG_CPPFLAGS += -Wno-sign-compare -g -Wunused -Wundef -W @@ -36,7 +36,7 @@ endif Makefile.deps: $(wildcard *.c *.h) - $(CC) -MM -MG *.c > $@ + $(CC) $(CPPFLAGS) -MM -MG *.c > $@ -include Makefile.deps