aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-29 12:16:14 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2009-04-29 12:16:14 +0000
commit825baeacf5c0dea444f6e959b4204ec20bbf6bb1 (patch)
treee07b9c046af299f6efe07848505c8736bb39a8ce /makefile
parentaf35f1bcf0d0f860d5081617aa500f639fe27dd8 (diff)
downloadopt-utilities-825baeacf5c0dea444f6e959b4204ec20bbf6bb1.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@33 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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