From 6dfe1d55f312dd6b802004705bcaf0509f7d5414 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 27 Aug 2003 20:46:45 +0000 Subject: [PATCH 1/1] r5566: *** empty log message *** --- tests/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index f2b9e7f..4645ba1 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.22 2003/08/27 20:12:02 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.23 2003/08/27 20:46:45 kevin Exp $ # # This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -19,7 +19,7 @@ include ../Makefile.common .PHONY: distclean distclean: clean - + rm -f $(base).dylib $(base).dylib $(base).so $(base).o base=uffi-c-test-lib source=$(base).c @@ -27,7 +27,8 @@ object=$(base).o shared_lib=$(base).so .PHONY: all -all: $(shared_lib) +all: + echo "you need to specify a platform" linux: $(source) Makefile gcc -fPIC -DPIC -c $(source) -o $(object) -- 2.34.1