aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2006-10-28 19:50:24 +0000
committerbellard <bellard>2006-10-28 19:50:24 +0000
commitd13aa5426ad17479407dc0a0aad4f6e37f8aa797 (patch)
tree52dbcf255357af4558358cda2b58c5ef6110a59f
parent7097268ac5722c4b92545419f59ba1cfb4859ab9 (diff)
downloadtinycc-d13aa5426ad17479407dc0a0aad4f6e37f8aa797.tar.gz
tinycc-d13aa5426ad17479407dc0a0aad4f6e37f8aa797.tar.bz2
typos
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f67f49a..b526fe5 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ bcheck.o: bcheck.c
install: tcc_install libinstall
-tcc_install: $(PROGS) tcc.1 libtcc1.a $(BCHECK_O) tcc-doc.html tcc.1
+tcc_install: $(PROGS) tcc.1 libtcc1.a $(BCHECK_O) tcc-doc.html
mkdir -p "$(bindir)"
$(INSTALL) -s -m755 $(PROGS) "$(bindir)"
ifndef CONFIG_WIN32
@@ -217,7 +217,7 @@ ifdef CONFIG_WIN32
endif
clean:
- rm -f *~ *.o *.a tcc tcc1 tcct tcc_g tcctest.ref *.bin *.i ex2 \
+ rm -f *~ *.o *.a tcc tcct tcc_g tcctest.ref *.bin *.i ex2 \
core gmon.out test.out test.ref a.out tcc_p \
*.exe *.lib tcc.pod libtcc_test \
tcctest[1234] test[1234].out $(PROGS) win32/lib/*.o