Skip to content

Commit

Permalink
build: temporary workaround for a bug when omnet extracts the TGZ file
Browse files Browse the repository at this point in the history
without setting the executable bit.
  • Loading branch information
rhornig committed Mar 31, 2016
1 parent 121e01f commit 26c6698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ checkmakefiles:

# generate an include file that contains all the WITH_FEATURE macros according to the current enablement of features
src/inet/features.h: $(wildcard .oppfeaturestate) .oppfeatures
@chmod +x ./inet_featuretool
@./inet_featuretool defines >src/inet/features.h

doxy:
Expand Down

0 comments on commit 26c6698

Please sign in to comment.