997d0cdefe
some initial UTF-8 support.
13 lines
513 B
Text
13 lines
513 B
Text
$NetBSD: patch-aa,v 1.6 2006/11/25 14:01:18 sketch Exp $
|
|
|
|
--- bg/Makefile.in.orig 2006-11-25 09:47:08.000000000 +0000
|
|
+++ bg/Makefile.in 2006-11-25 09:47:22.000000000 +0000
|
|
@@ -369,7 +369,7 @@
|
|
$(INSTALL_DATA) $$i $(DESTDIR)${pixmapdir}/$$j/ ; \
|
|
done) ; \
|
|
done)
|
|
- $(UPDATE_SCRIPT) $(DESTDIR)${pixmapdir}
|
|
+ $(SHELL) $(UPDATE_SCRIPT) $(DESTDIR)${pixmapdir}
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
|
.NOEXPORT:
|