From 3c86532f6efe84150a61398a8c3183074af7eb2c Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 3 May 2002 18:29:02 +0000 Subject: ChangeLogTag: Fri May 03 19:48:12 2002 Johnny Willemsen --- include/makeinclude/wrapper_macros.GNU | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/include/makeinclude/wrapper_macros.GNU b/include/makeinclude/wrapper_macros.GNU index f0feac1b4c8..39648cf5799 100644 --- a/include/makeinclude/wrapper_macros.GNU +++ b/include/makeinclude/wrapper_macros.GNU @@ -225,10 +225,18 @@ endif ifeq (,$(findstring -I$(ACE_ROOT),$(INCLDIRS))) INCLDIRS += -I$(ACE_ROOT) endif -INSBIN = $(ACE_ROOT)/bin -INSINC = $(ACE_ROOT)/ace -INSLIB = $(ACE_ROOT)/ace -INSMAN = $(ACE_ROOT)/man +ifndef INSBIN + INSBIN = $(ACE_ROOT)/bin +endif +ifndef INSINC + INSINC = $(ACE_ROOT)/ace +endif +ifndef INSLIB + INSLIB = $(ACE_ROOT)/ace +endif +ifndef INSMAN + INSMAN = $(ACE_ROOT)/man +endif ifeq (,$(findstring -L$(ACE_ROOT)/ace,$(LDFLAGS))) LDFLAGS += -L$(ACE_ROOT)/ace -L./ endif -- cgit v1.2.1