From d14dcdee5c45f5cb2511d62c674050d69b31faa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Mon, 23 Sep 2013 23:30:40 +0100 Subject: [PATCH] Fix build issues when version.h doesn't exist yet --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6525717..e06db53 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ distclean: clean rm -f tags cscope.* clean: - rm -f sslh-fork sslh-select echosrv $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info + rm -f sslh-fork sslh-select echosrv version.h $(MAN) *.o *.gcov *.gcno *.gcda *.png *.html *.css *.info tags: ctags --globals -T *.[ch]