fix thinp Makefile

With utilities in /usr/sbin it doesn't work - it must not redefine DESTDIR...
(thanks kabi for fix)

Milan
This commit is contained in:
Milan Broz 2012-03-15 13:05:37 +01:00 committed by Joe Thornber
parent 6bb2b99691
commit 16205a7fdf
1 changed files with 2 additions and 2 deletions

View File

@ -61,8 +61,8 @@ LIBS:=-lstdc++
LIBEXPAT:=-lexpat
INSTALL:=@INSTALL@
STRIP=
DESTDIR:=@prefix@
BINDIR:=$(DESTDIR)/sbin
PREFIX:=@prefix@
BINDIR:=$(DESTDIR)$(PREFIX)/sbin
MANPATH:=$(DESTDIR)$(MANDIR)
vpath %.cc $(TOP_DIR)