[dasher] Keep makefiles simple - avoid automatic variables
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Keep makefiles simple - avoid automatic variables
- Date: Mon, 14 Mar 2011 14:18:05 +0000 (UTC)
commit 2fc12f9bb1535eedd02f6d0fc04ce1d01f4bfb6e
Author: Patrick Welche <prlw1 cam ac uk>
Date: Mon Mar 14 14:16:13 2011 +0000
Keep makefiles simple - avoid automatic variables
Implementations of make have different names more abbreviated
automatic variable names, so keep it simple and name files
explicitly.
Doc/user/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Doc/user/Makefile.am b/Doc/user/Makefile.am
index 02e7dfe..f6fee37 100644
--- a/Doc/user/Makefile.am
+++ b/Doc/user/Makefile.am
@@ -4,4 +4,4 @@ EXTRA_DIST = dasher.1.in
DISTCLEANFILES=dasher.1
dasher.1: $(srcdir)/dasher.1.in
- sed -e s/PACKAGE_VERSION/$(PACKAGE_VERSION)/ -e s:DOCDIR:$(docdir): < $> > $@
+ sed -e s/PACKAGE_VERSION/$(PACKAGE_VERSION)/ -e s:DOCDIR:$(docdir): < dasher.1.in > dasher.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]