diff options
-rw-r--r-- | io/test/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/io/test/makefile.mk b/io/test/makefile.mk index e665cc0fb5b3..f5feb8d8b163 100644 --- a/io/test/makefile.mk +++ b/io/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: jbu $ $Date: 2001-06-05 11:29:13 $ +# last change: $Author: jbu $ $Date: 2002-09-18 12:17:05 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -116,4 +116,12 @@ APP2STDLIBS = $(SALLIB) \ # --- Targets ------------------------------------------------------ +ALL : $(BIN)$/applicat.rdb \ + ALLTAR + +$(BIN)$/applicat.rdb: $(SOLARBINDIR)$/udkapi.rdb + +rm -f $@ + +regmerge $@ / $? + + .INCLUDE : target.mk |