*** empty log message ***

This commit is contained in:
dockes 2006-09-21 05:57:45 +00:00
parent c2ec5234df
commit 43cb8ffdc7
2 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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)