Make GNUSTEP_OVERRIDE_INSTALL YES by default
This commit is contained in:
parent
89f2c75286
commit
32e721ef38
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: gnustep.mk,v 1.11 2009/04/18 03:10:33 rh Exp $
|
||||
# $NetBSD: gnustep.mk,v 1.12 2009/04/18 03:32:17 rh Exp $
|
||||
|
||||
.if !defined(GNUSTEP_MK)
|
||||
GNUSTEP_MK= #defined
|
||||
|
@ -48,7 +48,9 @@ SUBST_SED.gnustep_installation_dir+= -e 's|\$$(GNUSTEP_INSTALLATION_DIR)/Librari
|
|||
SUBST_SED.gnustep_installation_dir+= -e 's|INSTALL_ROOT_DIR|DESTDIR|g'
|
||||
.endif
|
||||
|
||||
.if defined(GNUSTEP_OVERRIDE_INSTALL)
|
||||
GNUSTEP_OVERRIDE_INSTALL?= YES
|
||||
|
||||
.if !empty(GNUSTEP_OVERRIDE_INSTALL:M[yY][eE][sS])
|
||||
MAKE_ENV+= INSTALL=${INSTALL:Q}
|
||||
MAKE_ENV+= INSTALL_PROGRAM=${INSTALL_PROGRAM:Q}
|
||||
MAKE_ENV+= INSTALL_DATA=${INSTALL_DATA:Q}
|
||||
|
|
Loading…
Reference in a new issue