diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 17:08:01 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 17:08:01 +0000 |
| commit | 8fe4e3e8d758fb11099e557fef0e260327eef6ef (patch) | |
| tree | e52a65f7776f57210a2dae764154915fbfcb29e0 /openbox | |
| parent | 8887584efac3d5f20402da77fa9e871bd7e3ff5d (diff) | |
wrong .h for the make rule
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/Makefile.am b/openbox/Makefile.am index 586b2e43..66c3cf90 100644 --- a/openbox/Makefile.am +++ b/openbox/Makefile.am @@ -34,11 +34,11 @@ noinst_HEADERS=client.h event.h extensions.h focus.h frame.h geom.h gettext.h \ openbox.h prop.h screen.h stacking.h xerror.h dispatch.h \ timer.h engine.h plugin.h action.h grab.h config.h menu.h parse.h -lex.yy.h: lex.yy.c - lex.yy.c: parse.l $(FLEX) $^ +y.tab.h: y.tab.c + y.tab.c: parse.yacc $(YACC) -d $< |
