# HG changeset patch # User Guido Berhoerster # Date 1486373937 -3600 # Node ID 4269feba381ef58e987da476b70889eaee228757 # Parent 0b1bce8db371da7bab3e7404a4b5312a5f0e61cb Ensure everything is built before installing diff -r 0b1bce8db371 -r 4269feba381e Makefile --- a/Makefile Sun Feb 05 13:54:39 2017 +0100 +++ b/Makefile Mon Feb 06 10:38:57 2017 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2016 Guido Berhoerster +# Copyright (C) 2017 Guido Berhoerster # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -178,7 +178,7 @@ $(MAKEDEPEND.c) $< | $(SED) -f deps.sed >$*.d $(COMPILE.c) -o $@ $< -install: +install: all $(INSTALL.exec) $(PACKAGE) "$(DESTDIR)$(bindir)/$(PACKAGE)" for manpage in $(MANPAGES); do \ if [ -L $${manpage} ]; then \