From 43cb8ffdc7d864e99263a5584c21efab1afbfb85 Mon Sep 17 00:00:00 2001 From: dockes Date: Thu, 21 Sep 2006 05:57:45 +0000 Subject: [PATCH] *** empty log message *** --- src/common/Makefile | 5 +++-- src/utils/Makefile | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/common/Makefile b/src/common/Makefile index e3b96b06..437759bb 100644 --- a/src/common/Makefile +++ b/src/common/Makefile @@ -1,4 +1,4 @@ -# @(#$Id: Makefile,v 1.11 2006-03-30 13:00:56 dockes Exp $ (C) 2005 J.F.Dockes +# @(#$Id: Makefile,v 1.12 2006-09-21 05:57:45 dockes Exp $ (C) 2005 J.F.Dockes depth = .. include $(depth)/mk/sysconf @@ -7,8 +7,9 @@ PROGS = internfile unacpp textsplit rclconfig all: $(BIGLIB) $(PROGS) -$(BIGLIB): +$(BIGLIB): force cd $(depth)/lib;$(MAKE) +force: UNACPP_OBJS= trunacpp.o $(BIGLIB) unacpp : $(UNACPP_OBJS) diff --git a/src/utils/Makefile b/src/utils/Makefile index a509ed92..ebe089c4 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -7,8 +7,9 @@ PROGS = trconftree wipedir smallut trfstreewalk trpathut \ all: $(PROGS) $(BIGLIB) -$(BIGLIB): +$(BIGLIB): force cd $(depth)/lib;$(MAKE) +force: FSTREEWALK_OBJS= trfstreewalk.o fstreewalk.o $(BIGLIB) trfstreewalk : $(FSTREEWALK_OBJS)