mirror of
https://github.com/frida/tinycc
synced 2024-12-25 06:26:49 +03:00
Fix Makefile.
This commit is contained in:
parent
7f5b95ea32
commit
5a16f5ea98
4
Makefile
4
Makefile
@ -2,7 +2,7 @@ SRC_DIR = src
|
||||
|
||||
.PHONY: default
|
||||
default:
|
||||
$(MAKE) -C $(SRC_DIR)
|
||||
$(MAKE) -C $(SRC_DIR)
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(SRC_DIR) clean
|
||||
$(MAKE) -C $(SRC_DIR) clean
|
||||
|
@ -364,7 +364,7 @@ tcc-doc.html: ../docs/tcc-doc.texi
|
||||
-makeinfo --no-split --html --number-sections -o $@ $<
|
||||
|
||||
tcc.1: ../docs/tcc-doc.texi
|
||||
-$(top_srcdir)/texi2pod.pl $< tcc.pod
|
||||
-$(top_srcdir)/../docs/texi2pod.pl $< tcc.pod
|
||||
-pod2man --section=1 --center="Tiny C Compiler" --release=`cat $(top_srcdir)/../VERSION` tcc.pod > $@
|
||||
|
||||
tcc-doc.info: ../docs/tcc-doc.texi
|
||||
|
Loading…
Reference in New Issue
Block a user