commit 3cc9972405b96a5a53940b65b0066cc401246c73
parent 30a5d293364de0a59c1cf2de31bcf5b90d45eaa8
Author: Connor Lane Smith <cls@lubutu.com>
Date: Sun, 13 May 2012 15:28:50 +0100
fix runetypebody.h make dep
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
@@ -22,10 +22,5 @@ utftest: utftest.o libutf.a
runetypebody.h: mkrunetype.awk $(UCD)
$(AWK) -f mkrunetype.awk $(UCD) > $@
-runetype.o: runetype.c runetypebody.h
-
clean:
rm -f libutf.a utftest utftest.o $(OBJ)
-
-purge: $(UCD) clean
- rm -f runetypebody.h