From c2f1694e9ca1a707734d78b64c1ba462b34570f7 Mon Sep 17 00:00:00 2001 From: Raphael Riebl Date: Wed, 28 Feb 2018 10:53:29 +0100 Subject: [PATCH] Makefile: veins depends on configure script Change-Id: I8205ea8edde27f5ef18cb7f49dad723d2be04044 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1730c2fb..d9d5c6eec 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ $(INET_DIR)/src/Makefile: $(INET_DIR)/.oppfeaturestate inet: $(INET_DIR)/src/Makefile $(MAKE) -C $(INET_DIR)/src -$(VEINS_DIR)/src/Makefile: $(VEINS_DIR)/.gitrepo +$(VEINS_DIR)/src/Makefile: $(VEINS_DIR)/configure cd $(VEINS_DIR); $(PYTHON) configure $(MAKE) -C $(VEINS_DIR)/src depend