Made install a depends. flex needs to be installed before some of the other

depends run.
This commit is contained in:
Mike Bordua
1994-07-14 03:15:27 +00:00
parent 83cd3b2466
commit 558cc8a66c

View File

@@ -2,7 +2,7 @@ EPICS = ../../../..
include $(EPICS)/config/CONFIG
SKELETON_FILE=.epicsUnix/share/bin/flex.skel.static
SKELETON_FILE=include/flex.skel.static
USR_CFLAGS = -DDEFAULT_SKELETON_FILE=\"$(SKELETON_FILE)\"
@@ -27,6 +27,8 @@ PROD = $(OBDIR)/e_flex
all :: parse.h parse.c $(PROD)
depends: install
parse.h parse.c : parse.y
rm -f parse.h parse.c
$(YACC) -d parse.y