summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-04-24 16:31:15 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-04-24 16:31:15 +0200
commit5d0c23bc87b5be492869616acc42e619914aae38 (patch)
treef340aadcba3a493b553b2b57952d3a314d33e302 /Makefile
parent5f9ccea4152b63018095e247066524c425e7824e (diff)
downloadhadori-5d0c23bc87b5be492869616acc42e619914aae38.tar.gz
inode.h is not so big anymore, merge it into hadori.C
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index faad8fa..9776253 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ hadori.1: hadori
help2man -n $< -o $@ -N ./$<
hadori: hadori.o
-hadori.o: hadori.C inode.h version.h
+hadori.o: hadori.C version.h
version.h:
test ! -d .git || git describe | sed 's/^\(.*\)$$/#define HADORI_VERSION "hadori \1"/' > $@