summaryrefslogtreecommitdiff
path: root/util/epist/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-08-25 18:30:16 +0000
committerDana Jansens <danakj@orodu.net>2002-08-25 18:30:16 +0000
commit3a76276faa62aa5ced08bcbcdaa9afe2eade9857 (patch)
treea7be46c62d494fa3fc86da469330947c133353a4 /util/epist/Makefile.am
parent3b15388ccbca33d73598458ce0754481956d8075 (diff)
include config.h in cc's before including openbox headers
use bison instead of yacc
Diffstat (limited to 'util/epist/Makefile.am')
-rw-r--r--util/epist/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am
index 2378f8df..20e3ceee 100644
--- a/util/epist/Makefile.am
+++ b/util/epist/Makefile.am
@@ -61,6 +61,6 @@ config.o: config.cc config.hh ../../src/Util.hh \
keytree.hh screen.hh ../../src/BaseDisplay.hh ../../src/Timer.hh \
../../src/XAtom.hh
yacc_parser.cc: epist.y
- yacc -d epist.y -o yacc_parser.cc
+ bison -d epist.y -o yacc_parser.cc
lex.yy.c: epist.l
lex epist.l