diff --git a/src/as/Makefile.Unix b/src/as/Makefile.Unix index e8c86027c..b6019fa4c 100644 --- a/src/as/Makefile.Unix +++ b/src/as/Makefile.Unix @@ -3,7 +3,7 @@ include Target.include include $(EPICS)/config/CONFIG USR_CFLAGS = -D_NO_PROTO -LDLIBS = -lAs -lca -lCom -lDb -lCom -s +USR_LDLIBS = -lAs -lca -lCom -lDb -lCom -s LEX = $(ELEX) YACC = $(EYACC) @@ -14,6 +14,9 @@ LIBOBJS = asLib.o LIBNAME = libAs.a PROD = ascheck +all: install_libs install +$(PROD): $(LIBNAME) + # Extra rule since asLib_lex.c is included in asLib.c # In my opinion, these objects should really be built # independently.