aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 09:08:57 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-10-05 09:08:57 +0000
commit5b4d99b4d1d84cd01cf8945dc1005ea90e0cc3f4 (patch)
treeb3ba2e764f202d3035b124a01f6c057d6dfc0fb8
parent876fd4db5d4eb0ba065cc925a30dc8c976a92d34 (diff)
try to fix Linux makefile
svn path=/trunk/; revision=23071
-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 \