diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 19:25:41 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 19:25:41 +0000 |
| commit | 67bbd6970ce0b807397e5ecb3255982d7b1cc617 (patch) | |
| tree | 6f537f3f61f7ef1d7474b20f0db91d6c2dbe5186 /openbox | |
| parent | fadc760c66ebc0d76b3a4b827ac488c19b252d77 (diff) | |
rename the parse.yacc to parse.y
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/Makefile.am | 2 | ||||
| -rw-r--r-- | openbox/parse.y (renamed from openbox/parse.yacc) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 0b2bcbe8..2503354f 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -42,7 +42,7 @@ parse.h: y.tab.h y.tab.h: y.tab.c -y.tab.c: parse.yacc +y.tab.c: parse.y $(YACC) -d $< MAINTAINERCLEANFILES= Makefile.in diff --git a/openbox/parse.yacc b/openbox/parse.y index e9b469e0..e9b469e0 100644 --- a/openbox/parse.yacc +++ b/openbox/parse.y |
