From 480155a779f469a2c7ad7a935b060461ec91d1d4 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wood" <saw@jlab.org> Date: Wed, 2 May 2012 13:22:00 -0400 Subject: [PATCH] Add more targets to make sure podd gets built --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ebcb3cd..11cbf6d 100644 --- a/Makefile +++ b/Makefile @@ -151,11 +151,7 @@ $(USERLIB): $(HDR) $(OBJS) $(LD) $(LDFLAGS) $(SOFLAGS) -o $@ $(OBJS) @echo "$@ done" -$(HDR_COMPILEDATA): $(ANALYZER)/Makefile - @echo "Building Podd" - @cd $(ANALYZER) ; make - -$(LIBHALLA): $(ANALYZER)/Makefile +$(HDR_COMPILEDATA) $(LIBHALLA) $(LIBDC) $(LIBSCALER): $(ANALYZER)/Makefile @echo "Building Podd" @cd $(ANALYZER) ; make -- GitLab