diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-16 20:10:34 +0200 |
commit | 94c0a7374ee0c980a34e134f93dca1d46e7af7bc (patch) | |
tree | 134e5415fb5d2ccc613bdab46c97f5fa3df8c730 /package/libcapi20/patches/patch-Makefile_in | |
parent | 07c250a84c1cc9ace9ebf00800f2125461a2662b (diff) | |
parent | 084c175e59e9ea61c68154ad9982adcd918cbfcf (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts:
package/freeradius-server/Makefile
package/nss/patches/patch-mozilla_security_coreconf_Linux_mk
Diffstat (limited to 'package/libcapi20/patches/patch-Makefile_in')
-rw-r--r-- | package/libcapi20/patches/patch-Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/libcapi20/patches/patch-Makefile_in b/package/libcapi20/patches/patch-Makefile_in new file mode 100644 index 000000000..373f55003 --- /dev/null +++ b/package/libcapi20/patches/patch-Makefile_in @@ -0,0 +1,11 @@ +--- libcapi20-3.0.5-cm.orig/Makefile.in 2008-02-16 17:00:08.000000000 +0100 ++++ libcapi20-3.0.5-cm/Makefile.in 2010-10-06 23:28:41.000000000 +0200 +@@ -361,7 +361,7 @@ distclean-libtool: + -rm -f libtool + install-includeHEADERS: $(include_HEADERS) + @$(NORMAL_INSTALL) +- test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" ++ test -z "$(DESTDIR)$(includedir)" || mkdir -p "$(DESTDIR)$(includedir)" + @list='$(include_HEADERS)'; for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + f=$(am__strip_dir) \ |