summaryrefslogtreecommitdiff
path: root/titan
diff options
context:
space:
mode:
Diffstat (limited to 'titan')
-rw-r--r--titan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/titan/Makefile b/titan/Makefile
index b05d681..4feedc8 100644
--- a/titan/Makefile
+++ b/titan/Makefile
@@ -14,7 +14,7 @@ LDFLAGS_STATIC=-L/usr/lib/titan -lttcn3 -lxml2 -lssl -lcrypto
all: compile titan.a
$(GENERATED):
- ttcn3_compiler -D *.ttcn
+ ttcn3_compiler *.ttcn
titan.a: $(OBJS)
$(AR) r $@ $^
personal git repositories of Harald Welte. Your mileage may vary