chiark / gitweb /
libandroid-support: Add wcslcpy to header
[termux-packages] / packages / apt / no-usr-bin-test.patch
1 diff -u -r ../upstream.git/buildlib/configure.mak ./buildlib/configure.mak
2 --- ../upstream.git/buildlib/configure.mak      2013-12-07 14:12:14.000000000 +0100
3 +++ ./buildlib/configure.mak    2014-03-11 15:33:01.000000000 +0100
4 @@ -55,7 +55,7 @@
5         aclocal -I buildlib
6  
7  $(BUILDDIR)/config.status: configure
8 -       /usr/bin/test -e $(BUILDDIR) || mkdir $(BUILDDIR)
9 +       test -e $(BUILDDIR) || mkdir $(BUILDDIR)
10         (HERE=`pwd`; cd $(BUILDDIR) && $$HERE/configure)
11  
12  $(addprefix $(BUILDDIR)/,$(CONVERTED)): $(BUILDDIR)/config.status