From 825baeacf5c0dea444f6e959b4204ec20bbf6bb1 Mon Sep 17 00:00:00 2001
From: astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>
Date: Wed, 29 Apr 2009 12:16:14 +0000
Subject: git-svn-id: file:///home/svn/opt_utilities@33
 ed2142bd-67ad-457f-ba7c-d818d4011675

---
 makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile
index 88e770a..586bce8 100644
--- a/makefile
+++ b/makefile
@@ -43,7 +43,7 @@ test:${OPT_OBJ} bin/test.o
 	$(CPP) bin/test.o models/strmodel1d.o models/models.o version_ctrl.o -o $@ ${LIB}
 
 test_dl.so:models/dlmodel_template.c
-	gcc $< --shared -o $@
+	$(CC) $< --shared -o $@
 
 
 models/strmodel1d.o:models/strmodel1d.cc models/strmodel1d.hpp
-- 
cgit v1.2.2