From 29990b974d4bbbe4210e3d15bc4719503d8ff956 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 6 Mar 2017 12:16:33 -0400 Subject: [PATCH] restructured thirdparty Makefile --- thirdparty/Makefile.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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