aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.MEGACO
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-13 00:26:13 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-09-13 00:26:13 +0000
commit493ec003f820a67504a1ed7601a982be8ca57679 (patch)
tree9e4b37c3134b49dfbb863a80dad614604e1531a3 /examples/sample.source.MEGACO
parenta411eeeadde4c976d13aba1e5d285f6cc5e9c3ce (diff)
rename
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1177 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'examples/sample.source.MEGACO')
-rw-r--r--examples/sample.source.MEGACO/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample.source.MEGACO/Makefile b/examples/sample.source.MEGACO/Makefile
index e2bd5e37..601d454b 100644
--- a/examples/sample.source.MEGACO/Makefile
+++ b/examples/sample.source.MEGACO/Makefile
@@ -309,12 +309,12 @@ regenerate-from-asn1-source:
../../asn1c/asn1c -S ../../skeletons -fcompound-names ../rfc3525-MEDIA-GATEWAY-CONTROL.asn1
-MegacoMessage.c: ../sample.source.regen
+MegacoMessage.c: ../sample.regen.makefile
ASN1CMDOPTS="-fcompound-names" \
ASN1MODULES="../rfc3525-MEDIA-GATEWAY-CONTROL.asn1" \
ASN1PDU=MegacoMessage \
PROGNAME=megacoDump \
- ../sample.source.regen
+ ../sample.regen.makefile
@touch MegacoMessage.c
make