diff --git a/examples/sample.source.TAP3/Makefile b/examples/sample.source.TAP3/Makefile
index b00a114c3b647351c6df0165f8395ae554abfa02..ac783655e8e9fb22ae9e6e99795d9a4875514650 100644
--- a/examples/sample.source.TAP3/Makefile
+++ b/examples/sample.source.TAP3/Makefile
@@ -700,7 +700,7 @@ clean:
 regen: regenerate-from-asn1-source
 
 regenerate-from-asn1-source:
-	../../asn1c/asn1c -S ../../skeletons -pdu=DataInterChange ../tap3.asn1
+	asn1c -pdu=DataInterChange ../tap3.asn1
 
 
 DataInterChange.c: ../sample.makefile.regen ../tap3.asn1
diff --git a/examples/sample.source.TAP3/sample-DataInterChange-1.ber b/examples/sample.source.TAP3/sample-DataInterChange-1.ber
new file mode 100644
index 0000000000000000000000000000000000000000..a47ce5cb11958875377a059f1015b4831812c6e9
Binary files /dev/null and b/examples/sample.source.TAP3/sample-DataInterChange-1.ber differ