From 3a22de7489b6fdbaf8ccbd536fe6cc858b1556f7 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 30 Nov 2008 19:31:43 +0000 Subject: [PATCH] 'install' libs to util before top-level make install --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.30.2