From 73134bb4108a31b34067521ec5330b2800f1e045 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 1 Sep 2001 16:11:43 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index b957472974..13a3fbdb20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.145 2001-09-01 15:19:05 geuzaine Exp $
+# $Id: Makefile,v 1.146 2001-09-01 16:11:43 geuzaine Exp $
 
 GMSH_RELEASE = 1.25
 
@@ -357,8 +357,8 @@ dec: tag compile_dec link_dec strip_bin
 #
 compile_hp:
 	@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
-           "CXX=$(CXX)" \
-           "CC=$(CC)" \
+           "CXX=g++" \
+           "CC=gcc" \
            "OPT_FLAGS=-O3" \
            "OS_FLAGS=" \
            "VERSION_FLAGS=-D_FLTK -D_NODLL" \
-- 
GitLab