From ba5c8ee627a63faed5564cce361ff2ae463dd03a Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 17 Apr 2007 14:05:00 +0000 Subject: r22309: cosmetic changes... force that make install first builds everything and then installs metze (This used to be commit a2025687e27e7f07c3c8902a52861891b240b639) --- source4/main.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/main.mk') 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 -- cgit