Skip to content

Commit

Permalink
gitversion.h dep missing
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedeer committed Dec 12, 2016
1 parent 6d74a7a commit 361edc0
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 @@ -18,7 +18,7 @@ gitversion.h: .git/HEAD .git/index
@echo " GEN $@"
@echo "#define GITVERSION \"$(shell git rev-parse HEAD)\"" > $@

%.o: %.c $(INCLUDES)
%.o: %.c $(INCLUDES) gitversion.h
@echo " CC $@"
@$(CC) -c $(CFLAGS) $< -o $@

Expand Down

0 comments on commit 361edc0

Please sign in to comment.