X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/8877e1ffc8f4d31dfaee8a2e66f7d55b25d4f197..b6102addd5203e385780c059185b5fddc7477afa:/test/Makefile diff --git a/test/Makefile b/test/Makefile index 3f644f7..ea44f74 100644 --- a/test/Makefile +++ b/test/Makefile @@ -69,7 +69,8 @@ all: test_suite @mkdir -p $(dir $@) @set -e; rm -f $@; \ $(CC) -MM -MG -MP $(CPPFLAGS) $(ALL_CFLAGS) $< -MF $@.$$$$; \ - sed 's,\($(notdir $*)\)\.o[ :]*,$(dir $<)\1.o $@ : ,g' < $@.$$$$ > $@; \ + sed 's,\($(notdir $*)\)\.o[ :]*,$(dir $<)\1.o $@ : ,g' \ + < $@.$$$$ > $@; \ rm -f $@.$$$$ ifneq ($(MAKECMDGOALS),clean)