From: Matthew Wild Date: Sun, 30 Nov 2008 00:33:58 +0000 (+0000) Subject: Yet another fix for the makefile :) X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=f9192eb69a832ec6d61f00a85491932eafca35d6;p=prosody.git Yet another fix for the makefile :) --- diff --git a/Makefile b/Makefile index 016009e5..38de9e68 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules all: $(MAKE) all -C util-src -install: prosody.install prosody.cfg.lua util/encodings.so util/encodings.so +install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE) install -d $(CONFIG)/certs install -d $(SOURCE)/core $(SOURCE)/net $(SOURCE)/util