aboutsummaryrefslogtreecommitdiffstats
path: root/examples/sample.source.LDAP3
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2006-09-13 02:10:23 +0000
committerLev Walkin <vlm@lionet.info>2006-09-13 02:10:23 +0000
commit2fd86de8a8baf3253a60d6c0843a52b5632cbc3f (patch)
tree2400aa4d61a6caa5c177574810b02a5dc80b4e7b /examples/sample.source.LDAP3
parent70dff59ad326c12dca09d2db30bef53521a17f26 (diff)
*** empty log message ***
Diffstat (limited to 'examples/sample.source.LDAP3')
-rw-r--r--examples/sample.source.LDAP3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample.source.LDAP3/Makefile b/examples/sample.source.LDAP3/Makefile
index 06a4ef77..f7dfc64b 100644
--- a/examples/sample.source.LDAP3/Makefile
+++ b/examples/sample.source.LDAP3/Makefile
@@ -187,12 +187,12 @@ regenerate-from-asn1-source:
../../asn1c/asn1c -S ../../skeletons -fcompound-names ../rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1
-LDAPMessage.c: ../sample.regen.makefile
+LDAPMessage.c: ../sample.makefile.regen
ASN1CMDOPTS="-fcompound-names" \
ASN1MODULES="../rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1" \
ASN1PDU=LDAPMessage \
PROGNAME=ldap3dump \
- ../sample.regen.makefile
+ ../sample.makefile.regen
@touch LDAPMessage.c
make