Skip to content

Commit

Permalink
Run idgen only when necessary
Browse files Browse the repository at this point in the history
Make idgen a real target again so id.[hc] are not always recreated.
  • Loading branch information
smolt committed Mar 11, 2015
1 parent c6f507b commit be6b212
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/posix.mak
Expand Up @@ -307,8 +307,9 @@ $(optabgen_output) : optabgen
idgen_output = id.h id.c
$(idgen_output) : idgen

idgen : idgen.d
$(HOST_DC) -run idgen
idgen: idgen.d
$(HOST_DC) idgen.d
./idgen

######### impcnvgen generates some source

Expand Down

0 comments on commit be6b212

Please sign in to comment.