1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

restructured thirdparty Makefile

This commit is contained in:
Steffen Vogel 2017-03-06 12:16:33 -04:00
parent 31ad580938
commit 29990b974d

View file

@ -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]
rm -f $(SRCDIR)/thirdparty/libconfig/lib/scanner.[hc]
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty