From 8c3c91f9e371f0f326dbcce86fcdb30a79bbe404 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 31 Dec 2009 20:14:55 +0000 Subject: set BASEDIR to DESTDIR by default so the default install matches most packages --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ad961ef..1065945 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ # set the base of the Installation # BASEDIR = /mnt +BASEDIR ?= $(DESTDIR) # path to the net-lib support library. Default: lib NET_LIB_PATH = lib -- cgit v1.2.3-65-gdbad