diff --git a/src/tidy-html5-test.c b/src/tidy-html5-test.c index 81b6d572..8f3df774 100644 --- a/src/tidy-html5-test.c +++ b/src/tidy-html5-test.c @@ -47,4 +47,3 @@ int main() return rc; } - diff --git a/src/tidy-html5.mk b/src/tidy-html5.mk index 48890f3f..33af291e 100644 --- a/src/tidy-html5.mk +++ b/src/tidy-html5.mk @@ -25,6 +25,6 @@ define $(PKG)_BUILD '$(TARGET)-gcc' \ -W -Wall -Werror \ '$(PWD)/src/$(PKG)-test.c' \ - -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG)-pkgconfig.exe' \ + -o '$(PREFIX)/$(TARGET)/bin/test-$(PKG).exe' \ -ltidy endef