From 427015e5a844dd35683b4b05534c7d52e3809799 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 13 Dec 2015 20:24:15 +0100 Subject: [PATCH] added missing phony targets --- thirdparty/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/thirdparty/Makefile b/thirdparty/Makefile index dbd326a18..fd39b9e41 100644 --- a/thirdparty/Makefile +++ b/thirdparty/Makefile @@ -1,9 +1,11 @@ -.PHONY: dependencies +DEPS = libconfig-1.5 libnl-3.2.25 doxygen-1.8.10 pciutils-3.4.0 libwebsockets-master + +.PHONY: $(DEPS) all PREFIX=$(shell pwd) -# Install dependencies -dependencies: libconfig-1.5 libnl-3.2.25 doxygen-1.8.10 pciutils-3.4.0 libwebsockets-master +# Install all dependencies +all: $(DEPS) # Download latest doxygen doxygen-1.8.10: