From af7ae0b158e0b4c392ab10b1c8c54722c37d8c9e Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 18 Apr 2008 14:02:24 +0000 Subject: [PATCH] psblas2/util: Makefile Fixed wrong dependency. --- util/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Makefile b/util/Makefile index 17d151a2..480ef9c8 100644 --- a/util/Makefile +++ b/util/Makefile @@ -23,7 +23,7 @@ lib: $(OBJS) /bin/cp -p $(LIBMOD) $(LOCAL_MODS) $(LIBDIR) -psb_util_mod.o: $(BASEOBJ) +psb_util_mod.o: $(BASEOBJS) veryclean: clean /bin/rm -f $(HERE)/$(LIBNAME)