From ec02b9f7eeb54511bdf89fdffa5d5f2e425baea6 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 8 Jun 2015 17:47:14 -0500 Subject: [PATCH] Cleanup: Remove extraneous / from SRC --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index f7e58bf..2e1fb32 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ TOP = .. include $(TOP)/configure/CONFIG -SRC = $(TOP)/src/ +SRC = $(TOP)/src SRC_DIRS += $(SRC)/nt @@ -24,7 +24,7 @@ LIBSRCS += nttable.cpp LIBSRCS += ntmultiChannel.cpp LIBSRCS += ntndarray.cpp -LIBRARY=nt +LIBRARY = nt nt_LIBS += pvData Com