aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-07-28 17:07:35 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-08-01 17:17:16 +0200
commit5f38fd0ac3c240f9430be66fba1a371db8a6de05 (patch)
tree0bcf9d408706fca7a87149781f1643d053ce5795
parent1bab15e873b997e73d24ae9582de998872201a30 (diff)
downloadhardware_replicant_libsamsung-ipc-5f38fd0ac3c240f9430be66fba1a371db8a6de05.tar.gz
hardware_replicant_libsamsung-ipc-5f38fd0ac3c240f9430be66fba1a371db8a6de05.tar.bz2
hardware_replicant_libsamsung-ipc-5f38fd0ac3c240f9430be66fba1a371db8a6de05.zip
Makefile.am: break line over 80 character
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1e9ba3d..376f52e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -68,7 +68,8 @@ check-tarball-builds: dist
tar xf $(srcdir)/libsamsung-ipc-$(VERSION).tar.xz \
-C $$BUILD_TMPDIR && \
cd $$BUILD_TMPDIR/build && \
- ../libsamsung-ipc-$(VERSION)/configure $(CONFIGURE_ARGUMENTS) && \
+ ../libsamsung-ipc-$(VERSION)/configure \
+ $(CONFIGURE_ARGUMENTS) && \
make check && \
make install DESTDIR=`realpath $$BUILD_TMPDIR/destdir` && \
rm -rf $$BUILD_TMPDIR ; \