little fix for nls and in the Makefile
mathias mathias
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
nls/Makefile.am
→
nls/Makefile.am
@@ -17,5 +17,5 @@ distclean-local:
rm -f *\~ fluxbox-nls.hh: - chmod +x {srcdir}/nlsinfo - ${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh + chmod +x $(srcdir)/nlsinfo + $(srcdir)/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh