r1716: *** empty log message ***
[uffi.git] / tests / Makefile
index 4f92cc1804ea5d8a91443cc73a28a9b67feca45d..d65deda0ce4684ccfd3c6b9b992f002e1bbf1fd2 100644 (file)
@@ -5,7 +5,7 @@
 #  Programer:    Kevin M. Rosenberg
 #  Date Started: Mar 2002
 #
-#  CVS Id:   $Id: Makefile,v 1.4 2002/04/01 17:16:15 kevin Exp $
+#  CVS Id:   $Id: Makefile,v 1.5 2002/04/01 20:33:45 kevin Exp $
 #
 # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 #
@@ -37,8 +37,7 @@ object=$(base).o
 shared_lib=$(base).so
 static_lib=$(base).a
 
-all: $(shared_lib) $(static_lib)
-
+all: $(shared_lib)
 
 $(shared_lib): $(source)
        $(CC) ${SHARED_CC_OPT} -c $(source) -o $(object)