aboutsummaryrefslogtreecommitdiff
path: root/contrib/seg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/seg/Makefile')
-rw-r--r--contrib/seg/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/seg/Makefile b/contrib/seg/Makefile
index d84934c67fb..fb9c5765c34 100644
--- a/contrib/seg/Makefile
+++ b/contrib/seg/Makefile
@@ -25,20 +25,6 @@ endif
# segscan is compiled as part of segparse
segparse.o: segscan.c
-segparse.c: segparse.y
-ifdef BISON
- $(BISON) $(BISONFLAGS) -o $@ $<
-else
- @$(missing) bison $< $@
-endif
-
-segscan.c: segscan.l
-ifdef FLEX
- $(FLEX) $(FLEXFLAGS) -o'$@' $<
-else
- @$(missing) flex $< $@
-endif
-
distprep: segparse.c segscan.c
maintainer-clean: