aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/Makefile.inc
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 09:08:57 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2007-10-05 09:08:57 +0000
commite96ba7ea7b9c1e573001bc630122a68ae06f7e40 (patch)
treeb3ba2e764f202d3035b124a01f6c057d6dfc0fb8 /asn1/Makefile.inc
parent334551ba7625a573fc0f0feec6ca1ae46f76a4fe (diff)
try to fix Linux makefile
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23071 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/Makefile.inc')
-rw-r--r--asn1/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/Makefile.inc b/asn1/Makefile.inc
index 10a1a902ad..ed0dde3c34 100644
--- a/asn1/Makefile.inc
+++ b/asn1/Makefile.inc
@@ -26,11 +26,11 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
-!IFDEF NO_PROTO_OPT
+if NO_PROTO_OPT
PROTO_OPT =
-!ELSE
+else
PROTO_OPT = -p $(PROTOCOL_NAME)
-!ENDIF
+endif
$(DISSECTOR_FILES): $(top_srcdir)/tools/asn2wrs.py $(SRC_FILES) $(EXTRA_CNF)
python $(top_srcdir)/tools/asn2wrs.py \