diff options
-rw-r--r-- | tools/bootstrp/addexes2/makefile.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/bootstrp/addexes2/makefile.mk b/tools/bootstrp/addexes2/makefile.mk index 47ba08bae7c5..b21506af8ae2 100644 --- a/tools/bootstrp/addexes2/makefile.mk +++ b/tools/bootstrp/addexes2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2001-02-05 17:01:08 $ +# last change: $Author: nf $ $Date: 2001-04-18 09:52:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,15 +77,6 @@ NO_DEFAULT_STL=TRUE # --- Files -------------------------------------------------------- -APP1TARGET= javadep -APP1OBJS= $(OBJ)$/javadep.obj -APP1STDLIBS=$(STATIC_LIBS) - -.IF "$(GUI)"=="UNX" -APP2TARGET= checkdll -APP2OBJS= $(OBJ)$/checkdll.obj -.ENDIF - APP3TARGET= mkunroll APP3OBJS= $(OBJ)$/mkfilt.obj APP3STDLIBS=$(STATIC_LIBS) |