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:
parent
31ad580938
commit
29990b974d
1 changed files with 3 additions and 4 deletions
7
thirdparty/Makefile.inc
vendored
7
thirdparty/Makefile.inc
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue