From 81a86fcf1729dea3c62db53af8890d701870c5ce Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 15 May 2005 22:23:26 +0000 Subject: Fool-proofing Makefiles --- engines/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'engines') diff --git a/engines/Makefile b/engines/Makefile index 8aa8fa6915..fe833f7333 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -7,12 +7,6 @@ TOP= .. CC= cc INCLUDES= -I../include CFLAG=-g -INSTALL_PREFIX= -OPENSSLDIR= /usr/local/ssl -INSTALLTOP=/usr/local/ssl -PERL= perl -NEWMAKE= make -MAKE= $(NEWMAKE) MAKEDEPPROG= makedepend MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) MAKEFILE= Makefile @@ -95,6 +89,7 @@ links: # XXXXX This currently only works on systems that use .so as suffix # for shared libraries. install: + @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ for l in $(LIBNAMES); do \ -- cgit v1.2.3