0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-10 14:08:56 +02:00

include/ircd/Makefile: Use expression for gch removal.

This commit is contained in:
Jason Volk 2019-10-12 14:45:57 -07:00
parent 4ef66a6c9a
commit c8d1fa5170

View file

@ -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 \