From 9def5a580fcecbf60739455ec93f13e631bf7bad Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 15 Apr 2017 17:16:44 +0200 Subject: reserve (by default) the "dep" directory for the repository of dependencies (system libraries) --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index b8884d6..90d2b0b 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -140,6 +140,10 @@ ifndef MOUNT_DIR MOUNT_DIR=src endif +ifndef DEP_DIR +DEP_DIR=dep +endif + ifndef BUILD_DIR BUILD_DIR=bld endif -- cgit