xkeyboard-config ChangeLog,1.247,1.248 Makefile.am,1.19,1.20
"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xlibs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: svu Update of /cvs/xkeyboard-config/xkeyboard-config In directory kemper:/tmp/cvs-serv5664 Modified Files: ChangeLog Makefile.am Log Message: dropping install-compiled target, b.fd.o#9245 Index: ChangeLog =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/ChangeLog,v retrieving revision 1.247 retrieving revision 1.248 diff -u -d -r1.247 -r1.248 --- ChangeLog 7 Dec 2006 21:47:19 -0000 1.247 +++ ChangeLog 7 Dec 2006 22:04:34 -0000 1.248 @@ -2,6 +2,8 @@ * Makefile.am, rules/Makefile.am, xkbrules.am: getting rid of gmakisms, closing https://bugs.freedesktop.org/show_bug.cgi?id=9245 + * Makefile.am: dropping install-compiled target, closing + https://bugs.freedesktop.org/show_bug.cgi?id=9245 2006-11-20 Sergey Udaltsov Index: Makefile.am =================================================================== RCS file: /cvs/xkeyboard-config/xkeyboard-config/Makefile.am,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Makefile.am 7 Dec 2006 21:47:19 -0000 1.19 +++ Makefile.am 7 Dec 2006 22:04:34 -0000 1.20 @@ -12,10 +12,6 @@ # 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 @@ endif -install-data-hook: install-compiled install-xkbcomp +install-data-hook: install-xkbcomp