X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2FMakefile;h=d7070b0ffa238b1afe9f21e85cca548604c4c360;hb=4b4849e54740efe153632dfb14052d7210cea6c6;hp=7be5f7a41a16dacabf72a4644b805ffd185f94ae;hpb=cfa23cc1bd01f5c44d7746b8b1839f84d5e1b6eb;p=libc-test diff --git a/src/math/Makefile b/src/math/Makefile index 7be5f7a..d7070b0 100644 --- a/src/math/Makefile +++ b/src/math/Makefile @@ -1,4 +1,5 @@ all: -%: - $(MAKE) -C ../.. src/math/$@ - +%: FORCE + $(MAKE) -C ../.. B=src src/math/$@ +.SUFFIXES: +FORCE: ;