Skip to content

Commit

Permalink
Makefile: veins depends on configure script
Browse files Browse the repository at this point in the history
Change-Id: I8205ea8edde27f5ef18cb7f49dad723d2be04044
  • Loading branch information
riebl committed Feb 28, 2018
1 parent 20898e3 commit c2f1694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c2f1694

Please # to comment.