]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
build: Remove two unused variables from Makefile.in.
authorAndre Noll <maan@systemlinux.org>
Sat, 14 Sep 2013 16:57:26 +0000 (16:57 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 10:57:20 +0000 (11:57 +0100)
PKGDATADIR and PACKAGE_STRING are defined but never used. Remove them.

Makefile.in

index f3be11634b3bca71daf557d57ae5be2c8819ae62..8f14e5aafdd9a54196b299f383d2659a7b13996c 100644 (file)
@@ -3,10 +3,8 @@ exec_prefix := @exec_prefix@
 
 BINDIR := @bindir@
 VARDIR := /var/paraslash
-PKGDATADIR := @datarootdir@/@PACKAGE_NAME@
 MANDIR := @datarootdir@/man/man1
 PACKAGE_VERSION := @PACKAGE_VERSION@
-PACKAGE_STRING := @PACKAGE_STRING@
 INSTALL := @install@
 STRIP := $(CROSS_COMPILE)strip
 HOSTCC ?= cc