We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308cd2a commit da24615Copy full SHA for da24615
Makefile.in
@@ -42,7 +42,9 @@ clean: mclean lclean
42
43
version.h: ipt_NETFLOW.c ipt_NETFLOW.h Makefile
44
@if [ -d .git ] && type git >/dev/null 2>&1; then \
45
- echo "#define GITVERSION \"`git describe --dirty`\""; \
+ echo "#define GITVERSION \"`git describe --dirty`\""; \
46
+ else \
47
+ echo "/* kernel doesn't like empty files */"; \
48
fi > version.h
49
50
linstall: | libipt_NETFLOW.so libip6t_NETFLOW.so
0 commit comments