[gcr] egg: Fix the 'make asn' build target
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] egg: Fix the 'make asn' build target
- Date: Fri, 14 Nov 2014 05:07:27 +0000 (UTC)
commit 8e9ee3e0f210fd4334a6d0ab1f66ff14f9ec8aad
Author: Stef Walter <stefw gnome org>
Date: Fri Nov 14 06:05:26 2014 +0100
egg: Fix the 'make asn' build target
egg/Makefile.am | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/egg/Makefile.am b/egg/Makefile.am
index bb6c1fa..be2fd24 100644
--- a/egg/Makefile.am
+++ b/egg/Makefile.am
@@ -139,10 +139,10 @@ ASN_SRCS = \
asn:
for asn in $(ASN_SRCS); do \
- asn1Parser -o $(srcdir)/$$asn.h.tmp $$asn && \
+ asn1Parser -o $(srcdir)/$$asn.h.tmp $(srcdir)/$$asn && \
sed 's|#include.*|/* \0 */|' < $(srcdir)/$$asn.h.tmp > $(srcdir)/$$asn.h.tmp2 && \
mv $(srcdir)/$$asn.h.tmp2 $(srcdir)/$$asn.h && \
- rm -f $(srcdir)/$$asn.h.tmp $(srcdir)/$$asn.h.tmp2
+ rm -f $(srcdir)/$$asn.h.tmp $(srcdir)/$$asn.h.tmp2; \
done
EXTRA_DIST += \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]