mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 13:01:07 +01:00
include/ircd/Makefile: Use expression for gch removal.
This commit is contained in:
parent
4ef66a6c9a
commit
c8d1fa5170
1 changed files with 3 additions and 8 deletions
|
@ -74,15 +74,10 @@ asio.h.gch: \
|
|||
AM_CPPFLAGS += @BOOST_CPPFLAGS@ @SSL_CPPFLAGS@ @CRYPTO_CPPFLAGS@
|
||||
|
||||
clean-local:
|
||||
rm -f ircd.h.gch
|
||||
rm -f ircd.pic.h
|
||||
rm -f ircd.pic.h.gch
|
||||
rm -f asio.h.gch
|
||||
rm -f spirit.h.gch
|
||||
rm -f matrix.h.gch
|
||||
rm -f matrix.pic.h
|
||||
rm -f matrix.pic.h.gch
|
||||
rm -f *.h.gch
|
||||
rm -f *.gch.tmp
|
||||
rm -f ircd.pic.h
|
||||
rm -f matrix.pic.h
|
||||
|
||||
install-mkdirs: $(DEPS) $(BUILT_SOURCES)
|
||||
-@if test ! -d $(DESTDIR)$(includedir); then \
|
||||
|
|
Loading…
Reference in a new issue