From 02cd6998ce0cfbccac98f43256987423d904906d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 8 Jun 2020 22:10:34 +0200 Subject: Unfold automake variables into multiple lines for maintainability --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b22a798..0690c2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,4 +11,3 @@ indent: release: git archive --format=tar --prefix=ifuse-${RELEASE}/ tags/${RELEASE} | bzip2 > ifuse-${RELEASE}.tar.bz2 - -- cgit v1.1-32-gdbae