diff options
author | mathias <mathias> | 2005-04-29 16:28:59 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-04-29 16:28:59 (GMT) |
commit | f567d1d42014b58b883675b82ef9d940fa3dcc37 (patch) | |
tree | dcacf39c5896d0c1b8af37684f7fd63d1ac54b7b /nls | |
parent | 08601c23d3960e724223767f0ad5460287ddfd9d (diff) | |
download | fluxbox_pavel-f567d1d42014b58b883675b82ef9d940fa3dcc37.zip fluxbox_pavel-f567d1d42014b58b883675b82ef9d940fa3dcc37.tar.bz2 |
little fix for nls and in the Makefile
Diffstat (limited to 'nls')
-rw-r--r-- | nls/Makefile.am | 4 |
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 | ||
19 | fluxbox-nls.hh: | 19 | fluxbox-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 |