Skip to content

Commit

Permalink
Makefile: inet depends on oppfeatures
Browse files Browse the repository at this point in the history
Change-Id: If0794b71dd455c570da3045eb8e71e1a0cd9eb82
  • Loading branch information
riebl committed Feb 28, 2018
1 parent cb9452e commit ea9f120
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ clean:
-$(MAKE) -C $(VEINS_DIR) cleanall
-rm -rf $(VANETZA_BUILD_DIR)

$(INET_DIR)/src/Makefile: $(INET_DIR)/.gitrepo
$(INET_DIR)/.oppfeaturestate: $(INET_DIR)/.oppfeatures
cd $(INET_DIR); $(PYTHON) inet_featuretool disable $(INET_DISABLE_FEATURES)

$(INET_DIR)/src/Makefile: $(INET_DIR)/.oppfeaturestate
$(MAKE) -C $(INET_DIR) makefiles

inet: $(INET_DIR)/src/Makefile
Expand Down

0 comments on commit ea9f120

Please # to comment.