Skip to content

Commit 83957f2

Browse files
authored
Fix alertTests.raw.h (again) (#1869)
1 parent c13afaa commit 83957f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ endif
193193
} > "$@.new" && mv -f "$@.new" "$@"
194194
@echo "Generated $@"
195195

196-
alertTests.raw.h: alertTests.raw
196+
test/data/alertTests.raw.h: test/data/alertTests.raw
197197
@$(MKDIR_P) $(@D)
198198
@{ \
199199
echo "static unsigned const char $(*F)[] = {" && \

0 commit comments

Comments
 (0)