mirror of
https://github.com/matrix-construct/construct
synced 2024-11-12 21:11:14 +01:00
Fix target inputs order in include/Makefile.
This commit is contained in:
parent
2aafbaff5c
commit
1af930d541
1 changed files with 1 additions and 1 deletions
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue