diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-17 14:05:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:00 -0500 |
commit | ba5c8ee627a63faed5564cce361ff2ae463dd03a (patch) | |
tree | 7c1d68e8fd00ce2a07287f3fcf09e7d1f84b4b50 | |
parent | 71270d5e1c26a3f8c55b7f32e23cbd6b0b36c886 (diff) | |
download | samba-ba5c8ee627a63faed5564cce361ff2ae463dd03a.tar.gz samba-ba5c8ee627a63faed5564cce361ff2ae463dd03a.tar.bz2 samba-ba5c8ee627a63faed5564cce361ff2ae463dd03a.zip |
r22309: cosmetic changes...
force that make install first builds everything and then installs
metze
(This used to be commit a2025687e27e7f07c3c8902a52861891b240b639)
-rw-r--r-- | source4/main.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/main.mk b/source4/main.mk index f65eee59b9..5611bc3427 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -42,7 +42,7 @@ modules: $(SHARED_MODULES) headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages: $(MANPAGES) all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules -everything: all libraries +everything: all libraries headers showlayout: @echo 'Samba will be installed into:' @@ -87,7 +87,7 @@ showflags: # The permissions to give the executables INSTALLPERMS = 0755 -install: showlayout installbin installdat installwebapps installmisc installlib \ +install: showlayout everything installbin installdat installwebapps installmisc installlib \ installheader installpc installplugins # DESTDIR is used here to prevent packagers wasting their time |