From: Matthew Wild Date: Sun, 30 Nov 2008 19:31:43 +0000 (+0000) Subject: 'install' libs to util before top-level make install X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3a22de7489b6fdbaf8ccbd536fe6cc858b1556f7;p=prosody.git 'install' libs to util before top-level make install --- diff --git a/Makefile b/Makefile index 80b1c25a..53f81dd4 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,7 @@ INSTALLEDCONFIG = $(SYSCONFDIR) INSTALLEDMODULES = $(PREFIX)/lib/prosody/modules INSTALLEDDATA = $(DATADIR) -all: prosody.install prosody.cfg.lua.install - $(MAKE) all -C util-src +all: prosody.install prosody.cfg.lua.install util/encodings.so util/hashes.so install: prosody.install prosody.cfg.lua.install util/encodings.so util/encodings.so install -d $(BIN) $(CONFIG) $(MODULES) $(SOURCE) $(DATA)