]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Replace `make' by `$(MAKE)'
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Oct 2000 13:41:29 +0000 (13:41 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 12 Oct 2000 13:41:29 +0000 (13:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@3434 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/kdoc/src/Makefile.in

index 6b1a433dae81993b21fbca0a6d49cb40de4380e6..7ca35e1b3fafc3d54b6f1d78ead6fe14266c6df6 100644 (file)
@@ -13,7 +13,7 @@ srcdocdir= doc
 VERSION=@Version@
 
 all: kdoc.local qt2kdoc.local makekdedoc.local
-       (cd doc; make)
+       (cd doc; $(MAKE))
 
 kdoc.local: @srcdir@/kdoc
        cp @srcdir@/kdoc kdoc.local
@@ -37,7 +37,7 @@ install: all
        for file in ${pm} ${pmextra}; do \
                ${install} -m 644 @srcdir@/$$file $(DESTDIR)${pmdir}; \
        done
-       (cd doc; make install)
+       (cd doc; $(MAKE) install)
 
 uninstall:
        (cd $(DESTDIR)${bindir} && rm -f ${bin})
@@ -48,7 +48,7 @@ uninstall:
        -rmdir $(DESTDIR)${mandir}
 
 clean:
-       (cd doc; make clean)
+       (cd doc; $(MAKE) clean)
        rm -f kdoc.local qt2kdoc.local makekdedoc.local
 
 distclean: 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.