ZIP_LIBS in dependencies make some problems.
authortwisti <none@none>
Fri, 12 Nov 2004 10:02:54 +0000 (10:02 +0000)
committertwisti <none@none>
Fri, 12 Nov 2004 10:02:54 +0000 (10:02 +0000)
Makefile.am

index 0bec1846598a38973f88ae259af3843739581670..1044f9f5b357a74fea8175f2d8f8f91b40e72a77 100644 (file)
@@ -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 = \