diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-30 00:33:58 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-30 00:33:58 +0000 |
commit | bf2042e1fa6b0228223223f71b73ea19611ceff1 (patch) | |
tree | 6d274cdbe0729e067b5f9a2704da1c420acfbad2 | |
parent | 7d497c2cfcee8e24e599409ece41baf952490378 (diff) | |
download | prosody-bf2042e1fa6b0228223223f71b73ea19611ceff1.tar.gz prosody-bf2042e1fa6b0228223223f71b73ea19611ceff1.zip |
Yet another fix for the makefile :)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |