Skip to content

Commit

Permalink
Fix the command that generates version.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed Aug 13, 2016
1 parent fd0dea1 commit 3ec8d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ version.c: $(srcdir)/VERSION $(srcdir)/gen_version_c.sh
@rm -f $@
$(srcdir)/gen_version_c.sh $(srcdir)/VERSION $@

version.h: $(srcdir)/VERSION $(srcdir)/gen_version_h.sh
version.h: $(srcdir)/VERSION $(srcdir)/version.h.in $(srcdir)/gen_version_h.sh
@rm -f $@
$(srcdir)/gen_version_h.sh ${srcdir}/VERSION $@
$(srcdir)/gen_version_h.sh $(srcdir)/VERSION $(srcdir)/version.h.in $@

bpf_filter.c: $(srcdir)/bpf/net/bpf_filter.c
rm -f bpf_filter.c
Expand Down

0 comments on commit 3ec8d28

Please sign in to comment.