From cd37e9fab1ed6fc3ba9f0de55f96945099efcd1a Mon Sep 17 00:00:00 2001 From: Dimitri Stolnikov Date: Sat, 8 Dec 2012 20:04:48 +0100 Subject: [PATCH] software/libosmosdr: remove spaces from Makefile template --- software/libosmosdr/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/libosmosdr/Makefile.am b/software/libosmosdr/Makefile.am index 09416ba..61ba45b 100644 --- a/software/libosmosdr/Makefile.am +++ b/software/libosmosdr/Makefile.am @@ -14,10 +14,10 @@ dist-hook: echo $(VERSION) > $(distdir)/.tarball-version install-udev-rules: - $(INSTALL_DATA) osmosdr.rules /etc/udev/rules.d + $(INSTALL_DATA) osmosdr.rules /etc/udev/rules.d uninstall-udev-rules: - rm -rf /etc/udev/rules.d/osmosdr.rules + rm -rf /etc/udev/rules.d/osmosdr.rules EXTRA_DIST = git-version-gen