From 2affa66ac000c4a73276bfd87ae29c5345a26e06 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Wed, 1 Aug 2001 05:55:01 +0000 Subject: Tweaked the installdirs target to ignore errors. This allows RPMS to be built as non-root user, assuming you have permissions set up properly in your /usr/src/redhat directory. Added nsswitch sub-target to all target. (This used to be commit 109840bb3abd75370e8ec14bf08bae35d04bcdaf) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index c28583928a..ac3c301b5f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -401,7 +401,7 @@ WINBIND_NSS_PICOBJS = $(WINBIND_NSS_OBJ:.o=.po) ###################################################################### # now the rules... ###################################################################### -all : CHECK include/proto.h $(SPROGS) $(PROGS) $(SHLIBS) +all : CHECK include/proto.h $(SPROGS) $(PROGS) $(SHLIBS) nsswitch pam_smbpass : CHECK bin/pam_smbpass.@SHLIBEXT@ @@ -641,7 +641,7 @@ bin/pam_smbpass.@SHLIBEXT@: $(PAM_SMBPASS_PICOOBJ) install: installbin installman installscripts installswat installdirs: - $(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \ + -$(SHELL) $(srcdir)/install-sh -d -m $(INSTALLPERMS) \ $(BASEDIR) $(SBINDIR) $(BINDIR) $(LIBDIR) $(VARDIR) installservers: all installdirs -- cgit