summaryrefslogtreecommitdiff
path: root/cad/covered-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/covered-current/patches/patch-aa')
-rw-r--r--cad/covered-current/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/covered-current/patches/patch-aa b/cad/covered-current/patches/patch-aa
new file mode 100644
index 00000000000..2a36a0ffb86
--- /dev/null
+++ b/cad/covered-current/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.3 2004/11/27 17:52:09 dmcmahill Exp $
+
+--- doc/Makefile.orig Sun Aug 17 03:13:41 2003
++++ doc/Makefile
+@@ -1,13 +1,13 @@
+ all:
+ - doxygen covered.dox
+- - cd ./user; make all
++ - cd ./user; ${MAKE} all
+
+ install:
+- - cd ./user; make install
++ - cd ./user; ${MAKE} install
+
+ uninstall:
+- - cd ./user; make uninstall
++ - cd ./user; ${MAKE} uninstall
+
+ clean:
+ rm -rf ./devel/html ./devel/latex
+- - cd ./user; make clean
++ - cd ./user; ${MAKE} clean