diff --git a/thirdparty/Makefile.inc b/thirdparty/Makefile.inc index a909dd938..2eb4d68cc 100644 --- a/thirdparty/Makefile.inc +++ b/thirdparty/Makefile.inc @@ -29,11 +29,10 @@ install-thirdparty: $(addprefix install-,$(DEPS)) clean-thirdparty: $(addprefix clean-,$(DEPS)) rm -rf $(BUILDDIR)/thirdparty -.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty - - # libconfig's build system is currently broken. # This is a workaround for: https://github.com/hyperrealm/libconfig/issues/53 libconfig: | libconfig-fix libconfig-fix: - rm -f $(SRCDIR)/thirdparty/libconfig/lib/scanner.[hc] \ No newline at end of file + rm -f $(SRCDIR)/thirdparty/libconfig/lib/scanner.[hc] + +.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty \ No newline at end of file