From 67bbd6970ce0b807397e5ecb3255982d7b1cc617 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 19:25:41 +0000 Subject: rename the parse.yacc to parse.y --- openbox/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/Makefile.am') 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 -- cgit v1.2.3