aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2003-05-24 18:31:27 +0000
committerbellard <bellard>2003-05-24 18:31:27 +0000
commit370f5e571c4cebe66275c33b4115282930bad544 (patch)
tree8a5ed1b840f56ed7d886a14caebb78f765728e81
parentd0476a0e2e9052055cf8fadd65e475fb759999df (diff)
downloadtinycc-370f5e571c4cebe66275c33b4115282930bad544.tar.gz
tinycc-370f5e571c4cebe66275c33b4115282930bad544.tar.bz2
added missing texi2pod.pl
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b854f6..7116c39 100644
--- a/Makefile
+++ b/Makefile
@@ -222,7 +222,7 @@ FILES= Makefile Makefile.uClibc configure VERSION \
stddef.h stdarg.h stdbool.h float.h varargs.h \
tcclib.h libtcc.h libtcc_test.c \
ex1.c ex2.c ex3.c ex4.c ex5.c \
- tcctest.c boundtest.c gcctestsuite.sh
+ tcctest.c boundtest.c gcctestsuite.sh texi2pod.pl
FILE=tcc-$(VERSION)