diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-02-13 22:03:10 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-02-13 22:03:10 +0100 |
| commit | 7dc90ef744cf16ac4b4cb4e7d22f4c4686ae7225 (patch) | |
| tree | 79708c371e69c525f6d3b2efc892b024846096c2 /test | |
| parent | 8d707127988c2a96d0e182ba8e1520a2b466fc18 (diff) | |
minor make fixes
Diffstat (limited to 'test')
| -rw-r--r-- | test/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
