summaryrefslogtreecommitdiffstats
path: root/lib/blink/parser/makefile
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-13 15:31:02 +0000
committerLuke Kanies <luke@madstop.com>2005-04-13 15:31:02 +0000
commit9fa899da0a74c774c646cecf9e23f8e400a4f743 (patch)
treea87bf5b1a1ba0f06a21ddffc5c66e502da60736c /lib/blink/parser/makefile
parent464251503ee143ca56ee9b7a3341ca24c102433e (diff)
reorganizing
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@102 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/blink/parser/makefile')
-rw-r--r--lib/blink/parser/makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/blink/parser/makefile b/lib/blink/parser/makefile
deleted file mode 100644
index eea119d56..000000000
--- a/lib/blink/parser/makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-#parser.rb: grammar.ry
-# ryacc --output parser grammar
-
-parser.rb: grammar.ra
- racc -o$@ grammar.ra