From b7b11c3f31a0d0a9da0df4467e9d020f7549d6fb Mon Sep 17 00:00:00 2001 From: twisti Date: Fri, 12 Nov 2004 10:02:54 +0000 Subject: [PATCH] ZIP_LIBS in dependencies make some problems. --- Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 0bec18465..1044f9f5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 1457 2004-11-05 15:05:14Z twisti $ +# $Id: Makefile.am 1486 2004-11-12 10:02:54Z twisti $ @SET_MAKE@ @@ -77,8 +77,7 @@ cacao_DEPENDENCIES = \ toolbox/libtoolbox.a \ @STATIC_CLASSPATH_LIBS@ \ nativetable.inc \ - @AWT_OBJS@ \ - @ZIP_LIBS@ + @AWT_OBJS@ cacaoh_SOURCES = \ builtin.c \ @@ -103,7 +102,6 @@ cacaoh_DEPENDENCIES = \ $(BOEHM_LIBS) \ classpath/native/jni/java-lang/.libs/libjavalang.a \ @THREAD_OBJ@ \ - @ZIP_LIBS@ \ toolbox/libtoolbox.a gennativetable_SOURCES = \ -- 2.25.1