diff options
Diffstat (limited to 'externals/Makefile')
-rw-r--r-- | externals/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/Makefile b/externals/Makefile index 5fcee3ba..8aa76724 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -12,7 +12,7 @@ CWD := $(shell pwd) # these are setup to be overridden by the packages/Makefile cvs_root_dir = $(CWD)/.. -prefix = $(CWD)/build +DESTDIR = $(CWD)/build/ BUILDLAYOUT_DIR = $(CWD) # default target @@ -28,6 +28,7 @@ include $(BUILDLAYOUT_DIR)/Makefile.buildlayout # output to the same directory tree DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ cvs_root_dir=$(cvs_root_dir) \ + DESTDIR=$(DESTDIR) \ prefix=$(prefix) #==============================================================================# |