diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-10-29 00:45:40 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:30 -0500 |
commit | 66014ca14d25290817b5ab64cf56690decf2f26e (patch) | |
tree | ae088191fe2f140cb5f221b9e866f79ef101007b | |
parent | fc6bdfa8be1d47f4a699efc70e7129ae7168adbd (diff) | |
download | samba-66014ca14d25290817b5ab64cf56690decf2f26e.tar.gz samba-66014ca14d25290817b5ab64cf56690decf2f26e.tar.bz2 samba-66014ca14d25290817b5ab64cf56690decf2f26e.zip |
r11391: Add includedir to the list of directories to create
(This used to be commit dab450a50194181aed14e93130eb2a1c42e616d0)
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/main.mk b/source4/main.mk index be88b016ed..06a762ecd9 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -86,7 +86,7 @@ install: showlayout installbin installdat installswat installmisc installlib \ # is not used. installdirs: - @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(PIDDIR) $(DESTDIR)$(LOCKDIR) $(DESTDIR)$(PRIVATEDIR)/tls + @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(PIDDIR) $(DESTDIR)$(LOCKDIR) $(DESTDIR)$(PRIVATEDIR)/tls $(DESTDIR)$(INCLUDEDIR) installbin: binaries installdirs @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(SBIN_PROGS) |