]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use $(PERL) instead of simply `perl' (pointed out by John Burnell)
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 8 Sep 2000 09:27:30 +0000 (09:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 8 Sep 2000 09:27:30 +0000 (09:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@3307 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/common/scripts/forward_declarations

index a3b4ee632042fd231a721bceb527edde617822b1..b697e6a0c82f7eb80a006ef247d632f20c0a002c 100644 (file)
@@ -23,7 +23,7 @@ $(forward-declarations): $(filter-out %forward-declarations%,$(h-files)) \
        @echo ============================ Remaking $(@F)
        @touch $@.old
        @-cp $@ $@.old > /dev/null 2>&1
-       @perl $D/common/scripts/forward_declarations.pl   \
+       @$(PERL) $D/common/scripts/forward_declarations.pl   \
               $(filter-out %$(notdir $(forward-declarations)),$(h-files)) \
             > $@.new
        @if test -n "`diff $(forward-declarations).old $(forward-declarations).new`" ; then \

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.