X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2FMakefile;h=d65deda0ce4684ccfd3c6b9b992f002e1bbf1fd2;hb=d4872fa198cddc32213c749e4c30a8ab2f01a19b;hp=4f92cc1804ea5d8a91443cc73a28a9b67feca45d;hpb=9da7e692be03af191d9930169ebda2832232a7a8;p=uffi.git diff --git a/tests/Makefile b/tests/Makefile index 4f92cc1..d65deda 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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)