aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-24 19:01:01 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-08-24 19:01:01 +0000
commitdbbff61dc088f0aee00ad027bb78e1f573095d26 (patch)
tree5725576400ff8939d578dc01e8a59fea585a7ebb /asn1/Makefile.nmake
parent4871a4df598ab63120671656c267f77e53795248 (diff)
Add missing Clean target
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19017 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.nmake')
-rw-r--r--asn1/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index 2a48677c0e..11cf52dfa4 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -199,6 +199,9 @@ clean:
cd rtse
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd rrlp
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd s4406
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..