]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix two problems.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Mar 2000 14:18:41 +0000 (14:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 3 Mar 2000 14:18:41 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@2547 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/development/Makefile.small

index 2d0272503439350f91d5dca989b3ceedda79ed38..716b6d9107297705be5cc7214a4cd80e0869922b 100644 (file)
@@ -75,7 +75,7 @@ ifeq ($(debug-mode),on)
   libraries = $(target).go $(libs.g)
   flags     = $(CXXFLAGS.g)
 else
-  libraries = $(target).go $(libs.o)
+  libraries = $(target).o $(libs.o)
   flags     = $(CXXFLAGS.o)
 endif
 
@@ -127,7 +127,7 @@ clean:
        @$(CXX) $(CXXFLAGS.g) -c $< -o $@
 %.o : %.cc
        @echo ==============optimized===== $(<F)
-       @$(CXX) $(CXXFLAGS) -c $< -o $@
+       @$(CXX) $(CXXFLAGS.o) -c $< -o $@
 
 
 # The following statement tells make that the rules `run' and `clean'

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.