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

Fix target inputs order in include/Makefile.

This commit is contained in:
Jason Volk 2019-07-13 14:51:52 -07:00
parent 2aafbaff5c
commit 1af930d541

View file

@ -72,7 +72,7 @@ clean-local:
rm -f spirit.h.gch
rm -f *.gch.tmp
install-mkdirs: $(DEPS) spirit.h.gch ircd.pic.h.gch ircd.h.gch
install-mkdirs: $(DEPS) ircd.h.gch ircd.pic.h.gch spirit.h.gch
-@if test ! -d $(DESTDIR)$(includedir); then \
echo "mkdir -p $(DESTDIR)$(includedir)"; \
mkdir -p $(DESTDIR)$(includedir); \