aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-08-22 20:39:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-08-22 20:39:20 +0000
commit54a76ee6d023e345273bb9065f054e52e12ba7bb (patch)
treedd2cfc88a5f1d98d397fb596a7c2ea44075e1ba0
parent51b64927e47d0c4d7fffa6b5419a405939e2ebea (diff)
Complete clean targets
svn path=/trunk/; revision=18999
-rw-r--r--asn1/rrlp/Makefile.nmake2
-rw-r--r--asn1/umts_rrc/Makefile.nmake2
-rw-r--r--asn1/umts_rrc_Internode-defs/Makefile.nmake2
-rw-r--r--asn1/umts_rrc_ies/Makefile.nmake2
-rw-r--r--asn1/umts_rrc_pdu_def/Makefile.nmake2
5 files changed, 5 insertions, 5 deletions
diff --git a/asn1/rrlp/Makefile.nmake b/asn1/rrlp/Makefile.nmake
index 92782e04a6..c00017f018 100644
--- a/asn1/rrlp/Makefile.nmake
+++ b/asn1/rrlp/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py rrlp.asn packet-rrlp-template.c packe
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.
diff --git a/asn1/umts_rrc/Makefile.nmake b/asn1/umts_rrc/Makefile.nmake
index 3550080a13..150ab312ba 100644
--- a/asn1/umts_rrc/Makefile.nmake
+++ b/asn1/umts_rrc/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py umts_rrc_Class-definitions.asn packet
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.
diff --git a/asn1/umts_rrc_Internode-defs/Makefile.nmake b/asn1/umts_rrc_Internode-defs/Makefile.nmake
index c8ec02f7f2..c07be2ffdc 100644
--- a/asn1/umts_rrc_Internode-defs/Makefile.nmake
+++ b/asn1/umts_rrc_Internode-defs/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py umts_rrc_Internode-definitions.asn pa
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.
diff --git a/asn1/umts_rrc_ies/Makefile.nmake b/asn1/umts_rrc_ies/Makefile.nmake
index df769576fe..b59ff3f048 100644
--- a/asn1/umts_rrc_ies/Makefile.nmake
+++ b/asn1/umts_rrc_ies/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py umts_rrc_InformationElements.asn pack
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.
diff --git a/asn1/umts_rrc_pdu_def/Makefile.nmake b/asn1/umts_rrc_pdu_def/Makefile.nmake
index 086f3c6685..9e3b7db6a1 100644
--- a/asn1/umts_rrc_pdu_def/Makefile.nmake
+++ b/asn1/umts_rrc_pdu_def/Makefile.nmake
@@ -22,7 +22,7 @@ $(DISSECTOR_FILES): ../../tools/asn2wrs.py umts_rrc_PDU-definitions.asn packet-u
!ENDIF
clean:
- rm -f parsetab.py $(DISSECTOR_FILES)
+ rm -f parsetab.py parsetab.pyc $(DISSECTOR_FILES)
# Fix EOL in generated dissectors. Cygwin's python generates files with
# mixed EOL styles, which can't be commited to the SVN repository.