summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorsvu <svu>2006-12-07 22:04:34 +0000
committersvu <svu>2006-12-07 22:04:34 +0000
commit640e756d3e6e2aed2bb646348a2cc7213160672f (patch)
treea7e6deabf14507fe4dd5c50d2a1e3a53fea994a0 /Makefile.am
parent179226731974e81c0913ffe9eae81e85abc36ab4 (diff)
dropping install-compiled target, b.fd.o#9245
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 0861b7fa..e76be4ce 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,10 +12,6 @@ DISTCLEANFILES=intltool-extract intltool-merge intltool-update
# ACLOCAL_AMFLAGS = -I m4
-install-compiled:
- rm -f $(DESTDIR)$(xkb_base)/compiled
- ln -sf /var/lib/xkb $(DESTDIR)$(xkb_base)/compiled
-
if CREATE_XKBCOMP_SYMLINK
install-xkbcomp:
ln -sf $(XKBCOMP) $(DESTDIR)$(xkb_base)/xkbcomp
@@ -25,4 +21,4 @@ install-xkbcomp:
endif
-install-data-hook: install-compiled install-xkbcomp
+install-data-hook: install-xkbcomp