r19961: Remove VARDIR. Nothing is ever installed into this, so there's no
authorJames Peach <jpeach@samba.org>
Thu, 30 Nov 2006 04:55:42 +0000 (04:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:16:15 +0000 (12:16 -0500)
need to create it.
(This used to be commit f440efd961688116f304cebdef17bb681ed534c9)

source3/Makefile.in

index 95de6a436ac8213b3b2f26e45204bebac9012fc2..56c068bd05a218df6cffdf246f44e43c4be9e5da 100644 (file)
@@ -79,7 +79,6 @@ CHARSETLIBDIR = $(LIBDIR)/charset
 AUTHLIBDIR = $(LIBDIR)/auth
 CONFIGLIBDIR = $(LIBDIR)/config
 CONFIGDIR = @configdir@
-VARDIR = @localstatedir@
 MANDIR = @mandir@
 DATADIR = @datadir@
 
@@ -1599,7 +1598,7 @@ install-everything: install installmodules
 # is not used
 
 installdirs:
-       @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
+       @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
 
 installservers: all installdirs
        @$(SHELL) script/installbin.sh $(INSTALLPERMS) $(DESTDIR) $(prefix) $(SBINDIR) $(SBIN_PROGS)
@@ -1715,7 +1714,6 @@ showlayout:
        @echo "  bindir:      $(BINDIR)"
        @echo "  sbindir:     $(SBINDIR)"
        @echo "  libdir:      $(LIBDIR)"
-       @echo "  vardir:      $(VARDIR)"
        @echo "  mandir:      $(MANDIR)"
        @echo "  privatedir:  $(PRIVATE_DIR)"
        @echo "  configdir:   $(CONFIGDIR)"