git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Return multi-values attributes from an LDAP lookup in parsable form (bug 660).
[users/jgh/exim.git]
/
src
/
Makefile
diff --git
a/src/Makefile
b/src/Makefile
index 76234e9a52f601b6a4d978b704349b13653bd204..4c8300ca7a4327ba3ddd9864e0a22de975b258a1 100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-66,7
+66,8
@@
makefile: build-directory
# The installation commands are kept in a separate script, which expects
# to be run from inside the build directory.
# The installation commands are kept in a separate script, which expects
# to be run from inside the build directory.
-install:; @cd build-$(buildname); \
+install: all
+ @cd build-$(buildname); \
build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)
# Tidy-up targets
build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)
# Tidy-up targets