]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Only remove dependency generation script on distclean, since it is
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 19:48:33 +0000 (19:48 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 15 Aug 2003 19:48:33 +0000 (19:48 +0000)
used even when we don't want to have the object files around any more.

git-svn-id: https://svn.dealii.org/trunk@7944 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile

index f45d8213b8a98768fc3cc6bbaaddb9791feb7f02..1b97611283bc088bbd21e909599b0af0cbc49507 100644 (file)
@@ -131,8 +131,7 @@ TAGS:
 
 clean: common/scripts/make_dependencies \
        clean-contrib clean-base clean-lac clean-dealII \
-       clean-doc clean-examples clean-lib clean-tests \
-       clean-common-scripts
+       clean-doc clean-examples clean-lib clean-tests
        -rm -f TODO common/TAGS
 
 clean-contrib:
@@ -163,7 +162,8 @@ clean-tests:
 clean-common-scripts:
        cd $D/common/scripts && $(MAKE) clean
 
-distclean: clean
+distclean: clean \
+           clean-common-scripts
        cd lib && $(MAKE) distclean
        -cd tests && $(MAKE) distclean
 

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.