diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:31:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:31:43 +0000 |
commit | 8edf67c555681b333e20aef667dc09d086a0384f (patch) | |
tree | 28db1a9c067f1228cba679b9558cfff1c5d41333 | |
parent | da2f3ee85ac19a44a1781a7a6a591e75f03c5684 (diff) | |
download | prosody-8edf67c555681b333e20aef667dc09d086a0384f.tar.gz prosody-8edf67c555681b333e20aef667dc09d086a0384f.zip |
'install' libs to util before top-level make install
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |