From: Andre Date: Thu, 20 Apr 2006 14:41:13 +0000 (+0200) Subject: Makefile.in: remove unused variable CONFDIR X-Git-Tag: v0.2.12~40 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3a03dde86abb872997db366869919f173570f863;hp=abc1c0b936dfe3eeaf73560be9e6e276d2993ef3 Makefile.in: remove unused variable CONFDIR --- diff --git a/Makefile.in b/Makefile.in index cc8ff2f8..4b19dcdf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,7 +7,6 @@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ VARDIR = /var/paraslash PKGDATADIR = @datadir@/@PACKAGE_NAME@ -CONFDIR = $(PKGDATADIR)/samples FONTDIR = $(PKGDATADIR)/fonts PICDIR = $(PKGDATADIR)/pics MANDIR = @prefix@/share/man/man1 @@ -210,8 +209,6 @@ install: all umask 022 && \ mkdir -p $(BINDIR) $(VARDIR) && \ $(install_sh) -s -m 755 $(BINARIES) $(BINDIR) && \ - mkdir -p $(CONFDIR) && \ - $(install_sh) -m 644 bash_completion $(CONFDIR) mkdir -p $(FONTDIR) && \ $(install_sh) -m 644 $(FONTS) $(FONTDIR) && \ mkdir -p $(PICDIR) && \