diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-14 18:48:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-09-14 18:48:17 +0200 |
commit | d9bb269a252853fd6a59aa6aaa190c5d8614acc8 (patch) | |
tree | 388c1442d61d535a7e2a7587e306fdac07597e51 /package/log4cxx/patches/patch-src_Makefile_in | |
parent | 476d4ff7d822e2e822dd6da36178c327fff59eba (diff) | |
parent | 5eff21ca1834a2d820c445d72076156a84950f12 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/log4cxx/patches/patch-src_Makefile_in')
-rw-r--r-- | package/log4cxx/patches/patch-src_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/log4cxx/patches/patch-src_Makefile_in b/package/log4cxx/patches/patch-src_Makefile_in new file mode 100644 index 000000000..da14caed3 --- /dev/null +++ b/package/log4cxx/patches/patch-src_Makefile_in @@ -0,0 +1,11 @@ +--- apache-log4cxx-0.10.0.orig/src/Makefile.in 2008-04-01 00:44:12.000000000 +0200 ++++ apache-log4cxx-0.10.0/src/Makefile.in 2011-09-08 10:16:06.139506556 +0200 +@@ -209,7 +209,7 @@ target_vendor = @target_vendor@ + # See the License for the specific language governing permissions and + # limitations under the License. + # +-SUBDIRS = main examples site test ++SUBDIRS = main + all: all-recursive + + .SUFFIXES: |