rename


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1177 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/examples/sample.source.TAP3/Makefile b/examples/sample.source.TAP3/Makefile
index 624ec86..4334759 100644
--- a/examples/sample.source.TAP3/Makefile
+++ b/examples/sample.source.TAP3/Makefile
@@ -703,12 +703,12 @@
 	../../asn1c/asn1c -S ../../skeletons ../tap3.asn1
 
 
-DataInterChange.c: ../sample.source.regen
+DataInterChange.c: ../sample.regen.makefile
 	ASN1CMDOPTS="" \
 	ASN1MODULES="../tap3.asn1" \
 	ASN1PDU=DataInterChange \
 	PROGNAME=tap3dump \
-	../sample.source.regen
+	../sample.regen.makefile
 	@touch DataInterChange.c
 	make