From 6d851ae852f6c52a5ae42f80207c012fb576f495 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 8 Mar 2000 22:49:58 +0000 Subject: [PATCH] Added Makefile dependancy on LIBNAME (LIBOBS may have changed). --- src/makeBaseApp/top/config/RULES.Vx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/makeBaseApp/top/config/RULES.Vx b/src/makeBaseApp/top/config/RULES.Vx index 308a2ef71..bdc2f46b0 100644 --- a/src/makeBaseApp/top/config/RULES.Vx +++ b/src/makeBaseApp/top/config/RULES.Vx @@ -7,3 +7,8 @@ inc:: $(INSTALL_INCREC) #Jeff says this turned off all dependency checking #????? What to do???? #$(EPICS_BASE_BIN)/* : ; + + +# Library should be rebuilt because LIBOBJS may have changed. +$(LIBNAME): ../Makefile +