From 7dc90ef744cf16ac4b4cb4e7d22f4c4686ae7225 Mon Sep 17 00:00:00 2001 From: Gloria Mundi Date: Thu, 13 Feb 2025 22:03:10 +0100 Subject: minor make fixes --- test/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/GNUmakefile') diff --git a/test/GNUmakefile b/test/GNUmakefile index 5e57930..e7470a3 100644 --- a/test/GNUmakefile +++ b/test/GNUmakefile @@ -28,7 +28,7 @@ awk/%: %.awk ../content/% awk -f $*.awk < ../content/$* > $@ %.d: %.cpp $(addprefix awk/,$(AWK)) - $(CXX) -M -MT '$*.test $*.d' -MF $@ $< + $(CXX) -M -MP -MT '$*.test $*.d' -MF $@ $< .PHONY: test clean .SECONDARY: $(TESTS:=.test) $(addprefix awk/,$(AWK)) -- cgit v1.2.3