From 1f3e2176ba93c40683b9bda8b4cbff3a9394ef44 Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Wed, 23 Aug 2006 19:46:21 +0000 Subject: [PATCH] FLAIM change. Fixed bug in makefile. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@800 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- flaim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flaim/Makefile b/flaim/Makefile index 48d8f8b..4559b6a 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -471,7 +471,7 @@ endif # -- Other targets and options -- ifneq (,$(findstring sparcgeneric,$(MAKECMDGOALS))) - generic_sparc = yes + sparc_generic = yes endif # -- Helper functions --