]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use LDFLAGS to link library, rather than CCFLAGS
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2002 13:39:32 +0000 (13:39 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 31 Jan 2002 13:39:32 +0000 (13:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@5436 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/hsl/Makefile

index c40175a36a13664d26c0da602541d769646f23a2..ad68a409161bc5b47ffcf4dcfa202572bd53eb4d 100644 (file)
@@ -39,7 +39,7 @@ lib/libhsl.a: $(o-files)
 
 lib/libhsl.so: $(forward-declarations) $(o-files)
        @echo =====base=============optimized==$(MT)== Linking library:   $@
-       @$(CC) $(CXXFLAGS.o) -shared -o $@ $(o-files)
+       @$(CC) $(LDFLAGS) -shared -o $@ $(o-files)
 
 
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.