Re: [Powertop] [Announce] PowerTOP v2.6.1 released
Joerg Mayer <jmpt at loplof.de>
| Newsgroups | dev.linux.lists.powertop |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 27, 2014 at 10:24:44AM -0700, Alexandra Yates wrote:
> > Also it is not possible to compile it after running:
> > $ make clean
> >
> > It seems csstoh.sh script is missing
I've had this patch in my tree for at least some months...
Ciao
Jörg
--
Joerg Mayer <jmayer(a)loplof.de>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
csstoh.sh.patch
(text/x-diff, 462 B)
Fix build in a clean tree Signed-off-by: Joerg Mayer <[email protected]> diff --git a/src/Makefile.am b/src/Makefile.am index 0fe3c04..605f285 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,5 +50,5 @@ AM_LDFLAGS = $(LIBS) $(NCURSES_LIBS) $(PCIUTILS_LIBS) $(LIBNL_LIBS) $(LIBZ_LIBS) BUILT_SOURCES = css.h CLEANFILES = css.h css.h: powertop.css - $(SHELL) ./csstoh.sh powertop.css css.h + $(SHELL) ${srcdir}/csstoh.sh ${srcdir}/powertop.css css.h