aboutsummaryrefslogtreecommitdiff
path: root/nls/Makefile.am
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 16:28:59 (GMT)
committermathias <mathias>2005-04-29 16:28:59 (GMT)
commitf567d1d42014b58b883675b82ef9d940fa3dcc37 (patch)
treedcacf39c5896d0c1b8af37684f7fd63d1ac54b7b /nls/Makefile.am
parent08601c23d3960e724223767f0ad5460287ddfd9d (diff)
downloadfluxbox-f567d1d42014b58b883675b82ef9d940fa3dcc37.zip
fluxbox-f567d1d42014b58b883675b82ef9d940fa3dcc37.tar.bz2
little fix for nls and in the Makefile
Diffstat (limited to 'nls/Makefile.am')
-rw-r--r--nls/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/nls/Makefile.am b/nls/Makefile.am
index 52be2fc..de6a96b 100644
--- a/nls/Makefile.am
+++ b/nls/Makefile.am
@@ -17,5 +17,5 @@ distclean-local:
17 rm -f *\~ 17 rm -f *\~
18 18
19fluxbox-nls.hh: 19fluxbox-nls.hh:
20 chmod +x {srcdir}/nlsinfo 20 chmod +x $(srcdir)/nlsinfo
21 ${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh 21 $(srcdir)/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh