From 806a3e42e1d7baf0a9105c7227d238275e71183f Mon Sep 17 00:00:00 2001 From: thom Date: Wed, 1 Jul 1998 21:16:14 +0000 Subject: [PATCH] (scullin) fix for mac linux? --- base/tests/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/tests/Makefile b/base/tests/Makefile index 0fd5b57bf7c5..fcbbaf62d307 100644 --- a/base/tests/Makefile +++ b/base/tests/Makefile @@ -44,6 +44,11 @@ TARGETS = $(PROGS) include $(DEPTH)/config/rules.mk +# needed for mac linux +ifeq (linux,$(ARCH)) +OS_LIBS += /usr/lib/libdl.so +endif + $(OBJDIR)/%.o: %.cpp @$(MAKE_OBJDIR) $(CCC) -o $@ $(CFLAGS) -c $*.cpp