summaryrefslogtreecommitdiff
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 14:20:33 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-10 14:20:33 +0000
commitb57e27ef8e89bed26c0e4fe3e066922618a3b675 (patch)
treee632b838afb430856a6003dc65086d304255dd88 /asn1/Makefile.nmake
parent3d94638c3dd42ca623d123d7b51dd326acf596a5 (diff)
downloadwireshark-b57e27ef8e89bed26c0e4fe3e066922618a3b675.tar.gz
ns-cert-ext -> ns_cert_exts to make directory name consistent with filenames
svn path=/trunk/; revision=30478
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index b608dbded2..41f44bdf76 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -51,7 +51,7 @@ ber: \
ldap \
logotypecertextn \
mms \
- ns-cert-exts \
+ ns_cert_exts \
ocsp \
p7 \
pkcs1 \
@@ -226,7 +226,7 @@ clean:
cd nbap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
- cd ns-cert-exts
+ cd ns_cert_exts
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
cd ocsp
@@ -550,8 +550,8 @@ nbap::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
-ns-cert-exts::
- cd ns-cert-exts
+ns_cert_exts::
+ cd ns_cert_exts
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..