]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use .g.$(OBJEXT) instead of .go.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Nov 2002 16:28:10 +0000 (16:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 18 Nov 2002 16:28:10 +0000 (16:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@6776 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile
tests/Makefile.headers

index a0e420d04aaad0d771cac11f5e165af7487e13cf..fb7f8b1eb281428dac59ccd15f926e6e806ac2c7 100644 (file)
@@ -55,7 +55,7 @@ all-headers:
                for j in $$headers ; do \
                        echo "=====Header======== $$j " ; \
                        echo "#include <$$j>" > tmp.cc ; \
-                       if $(MAKE) -s tmp.go ; then : ; else exit 1 ; fi ; \
+                       if $(MAKE) -s tmp.g.$(OBJEXT) ; then : ; else exit 1 ; fi ; \
                        rm -f tmp.* ; \
                done ; \
                cd .. ; \
@@ -102,3 +102,5 @@ veryclean-bits:
        veryclean veryclean-base veryclean-lac veryclean-fe veryclean-deal.II veryclean-bits
 
 include Makefile.paths
+include $D/common/Make.global_options
+
index bae8424c16f388cfa180b32bcc91cc157507d60e..08f6126ad933b7f4b52b4f7a7415f522ace8732e 100644 (file)
@@ -13,6 +13,6 @@ include ../Makefile.paths
 include $D/common/Make.global_options
 debug-mode = on
 
-default: tmp.go
+default: tmp.g.$(OBJEXT)
 
 include ../Makefile.rules

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.