diff options
author | Steven Barth <steven@midlink.org> | 2008-06-11 08:39:43 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-11 08:39:43 +0000 |
commit | 0ce532556c304c370a0e2511567e499ea8d5342f (patch) | |
tree | 10243bbd2a722f4ccdda50f6d07ec077f8f3a2e8 /libs/sgi-webuci/boa-patches/030-Makefile.in.patch | |
parent | d291e1c3f5664d86054736912f671af1bc339235 (diff) |
* Updated Boa to 0.94.14rc21 + Debian patches
Diffstat (limited to 'libs/sgi-webuci/boa-patches/030-Makefile.in.patch')
-rw-r--r-- | libs/sgi-webuci/boa-patches/030-Makefile.in.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libs/sgi-webuci/boa-patches/030-Makefile.in.patch b/libs/sgi-webuci/boa-patches/030-Makefile.in.patch new file mode 100644 index 0000000000..755bd5e42c --- /dev/null +++ b/libs/sgi-webuci/boa-patches/030-Makefile.in.patch @@ -0,0 +1,13 @@ +Index: boa-0.94.14rc21/Makefile.in +=================================================================== +--- boa-0.94.14rc21.orig/Makefile.in 2007-08-08 20:04:19.000000000 -0400 ++++ boa-0.94.14rc21/Makefile.in 2007-08-08 20:04:35.000000000 -0400 +@@ -20,7 +20,7 @@ + + mrclean: clean + -(cd src && $(MAKE) $(MFLAGS) mrclean) +- -(cd docs && $(MAKE)$(MFLAGS) mrclean) ++ -(cd docs && $(MAKE) $(MFLAGS) mrclean) + rm -f config.status config.cache config.h config.log + rm -f Makefile *~ + |