diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-08-25 18:30:16 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-08-25 18:30:16 +0000 |
| commit | 3a76276faa62aa5ced08bcbcdaa9afe2eade9857 (patch) | |
| tree | a7be46c62d494fa3fc86da469330947c133353a4 /util/epist/Makefile.am | |
| parent | 3b15388ccbca33d73598458ce0754481956d8075 (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.am | 2 |
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 |
