From 204c8b9fb3b5f61fab57e14ef919f91de8a93f39 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 15 Oct 1997 15:31:08 +0000 Subject: [PATCH] Comment out Jeff's change --- src/makeBaseApp/top/config/RULES.Vx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/makeBaseApp/top/config/RULES.Vx b/src/makeBaseApp/top/config/RULES.Vx index 1f7b59b10..308a2ef71 100644 --- a/src/makeBaseApp/top/config/RULES.Vx +++ b/src/makeBaseApp/top/config/RULES.Vx @@ -4,4 +4,6 @@ inc:: $(INSTALL_INCREC) # # turn off implicit rules search for all binaries in base # -$(EPICS_BASE_BIN)/* : ; +#Jeff says this turned off all dependency checking +#????? What to do???? +#$(EPICS_BASE_BIN)/* : ;