mirror of
https://github.com/reactos/ccache.git
synced 2025-05-13 09:06:17 +00:00
Move make rule for ccache.1 to dev.mk.in
This commit is contained in:
parent
aca2ac8ceb
commit
93cb69dbee
@ -41,9 +41,6 @@ docs: $(generated_docs)
|
||||
ccache$(EXEEXT): $(objs)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(objs) $(libs)
|
||||
|
||||
ccache.1: manual.xml
|
||||
$(XSLTPROC) --nonet $(MANPAGE_XSL) $<
|
||||
|
||||
.PHONY: install
|
||||
install: all
|
||||
$(installcmd) -d $(DESTDIR)$(bindir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user