From 318e5247f19c79abaf6dbaccbf09bd4e824f8f48 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 1 Dec 2006 23:48:21 +0000 Subject: [PATCH] Fix dependencies. --- src/as/Makefile | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/as/Makefile b/src/as/Makefile index 491fa484c..3edb576d0 100644 --- a/src/as/Makefile +++ b/src/as/Makefile @@ -1,10 +1,9 @@ #************************************************************************* -# Copyright (c) 2002 The University of Chicago, as Operator of Argonne +# Copyright (c) 2006 UChicago Argonne LLC, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. -# EPICS BASE Versions 3.13.7 -# and higher are distributed subject to a Software License Agreement found +# EPICS BASE is distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* TOP=../.. @@ -32,7 +31,7 @@ asIoc_RCS_WIN32 = asIoc.rc PROD_HOST = ascheck ascheck_SRCS = ascheck.c -PROD_LIBS = asHost dbStaticHost Com +PROD_LIBS = asHost dbStaticHost ca Com # For R3.13 compatibility only ifeq ($(strip $(COMPAT_313)),YES) @@ -42,13 +41,9 @@ endif include $(TOP)/configure/RULES -# Extra rule since asLib_lex.c is included in asLib.c -# In my opinion, these objects should really be built -# independently. -asLib.c: asLib_lex.c ../asLibRoutines.c - -$(INSTALL_INC)/asLib.h:../asLib.h +# Extra rule since asLib_lex.c is included by asLib.c +asLib.o: asLib_lex.c clean:: - @$(RM) asLib.c asLib_lex.c + @$(RM) asLib.c asLib_lex.c