guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

147/376: Handle header file instantiation


From: Ludovic Courtès
Subject: 147/376: Handle header file instantiation
Date: Wed, 28 Jan 2015 22:04:38 +0000

civodul pushed a commit to tag 1.8
in repository guix.

commit ab4eba5b91a25c7b6c225758334219cb3f2e4547
Author: Eelco Dolstra <address@hidden>
Date:   Wed Aug 20 18:39:48 2014 +0200

    Handle header file instantiation
---
 templates.mk |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/templates.mk b/templates.mk
index 8e8b286..8436429 100644
--- a/templates.mk
+++ b/templates.mk
@@ -8,5 +8,8 @@ define instantiate-template
 
 endef
 
+%.h: %.h.in
+       $(trace-gen) ./config.status --quiet --header=$@
+
 %: %.in
-       $(trace-gen) ./config.status --quiet --file $@
+       $(trace-gen) ./config.status --quiet --file=$@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]