avoided embedded TOP for non sub-modules
This commit is contained in:
@@ -6,15 +6,13 @@
|
||||
# EPICS BASE is distributed subject to a Software License Agreement found
|
||||
# in file LICENSE that is included with this distribution.
|
||||
#*************************************************************************
|
||||
|
||||
TOP = ..
|
||||
LIBCOM := $(or $(dir $(lastword $(MAKEFILE_LIST))), .)
|
||||
TOP = ../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
# Uncomment this to remove the (benign) valgrind helper stubs
|
||||
#USR_CFLAGS += -DNVALGRIND
|
||||
|
||||
LIBCOM = $(TOP)/src
|
||||
|
||||
INC += valgrind/valgrind.h
|
||||
|
||||
INC += libComVersion.h
|
||||
|
||||
Reference in New Issue
Block a user