From 8bdf80c000c87bdab993292ec0d995e51d4b61fc Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 28 Nov 2005 06:54:19 +0000 Subject: - finally got a Linux Pd-extended release out, RC5 - built a tar.bz2 package maker with a generated Makefile for installing and uninstalling - switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards svn path=/trunk/; revision=4066 --- externals/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'externals/Makefile') 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) #==============================================================================# -- cgit v1.2.1