Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 21953
Collapse All | Expand All

(-)gucharmap/Makefile.in (-9 / +5 lines)
Lines 796-817 Link Here
796
796
797
# install a symlink to the binary called "charmap"
797
# install a symlink to the binary called "charmap"
798
@OS_WIN32_FALSE@install-exec-hook:
798
@OS_WIN32_FALSE@install-exec-hook:
799
@OS_WIN32_FALSE@	test -e "$(DESTDIR)$(bindir)/charmap" \
800
@OS_WIN32_FALSE@        || (cd "$(DESTDIR)$(bindir)" && ln -s gucharmap charmap)
801
799
802
# remove bin/charmap if it's a symlink (it's a pain to test what it's
800
# remove bin/charmap if it's a symlink (it's a pain to test what it's
803
# a symlink to)
801
# a symlink to)
804
@OS_WIN32_FALSE@uninstall-local:
802
@OS_WIN32_FALSE@uninstall-local:
805
@OS_WIN32_FALSE@	test -h "$(DESTDIR)$(bindir)/charmap" \
806
@OS_WIN32_FALSE@	&& rm -f "$(DESTDIR)$(bindir)/charmap"
807
803
808
all-local: gtk.immodules
804
all-local:
809
805
810
gtk.immodules: $(module_LTLIBRARIES)
806
gtk.immodules:
811
	$(GTK_QUERY_IMMODULES) $(module_LTLIBRARIES) > gtk.immodules ;
807
808
809
install-data-hook:
812
810
813
install-data-hook: im-module-file
814
	GTK_PATH=$$GTK_PATH:$(DESTDIR)$(libdir)/gtk-2.0 $(GTK_QUERY_IMMODULES) > `./im-module-file` ;
815
# Tell versions [3.59,3.63) of GNU make to not export all variables.
811
# Tell versions [3.59,3.63) of GNU make to not export all variables.
816
# Otherwise a system limit (for SysV at least) may be exceeded.
812
# Otherwise a system limit (for SysV at least) may be exceeded.
817
.NOEXPORT:
813
.NOEXPORT:

Return to bug 21953