From 82af09a9d72545bcc967b9b223d66c1e8a648424 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 10 Apr 2007 02:56:23 +0000 Subject: Fix a cut-and-paste error in the pre-everything target. --- cad/gmsh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cad/gmsh/Makefile') diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 89923283af73..c10c7f70749b 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -97,7 +97,7 @@ pre-everything:: @${ECHO_MSG} "Define WITHOUT_MED to disable MED support." @${ECHO_MSG} "" .endif -.if !defined(WITHOUT_MED) +.if !defined(WITHOUT_HDF5) @${ECHO_MSG} "Define WITHOUT_HDF5 to disable HDF5 support." @${ECHO_MSG} "" .endif -- cgit v1.2.3