diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-01-11 20:52:10 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-01-11 20:52:10 +0000 |
commit | e7e24b28c0e0b96461d93395184a8a34f10631ca (patch) | |
tree | 8922a8c7ef84f7186d3cd922390503ec9d07b0e2 /app/xkbevd/Makefile.in | |
parent | 2b1d42660028a323d384dd912baf49ef28e92f84 (diff) |
Update to xkbevd 1.1.2. No functional change.
ok matthieu@
Diffstat (limited to 'app/xkbevd/Makefile.in')
-rw-r--r-- | app/xkbevd/Makefile.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/xkbevd/Makefile.in b/app/xkbevd/Makefile.in index 3946ff60e..f39087998 100644 --- a/app/xkbevd/Makefile.in +++ b/app/xkbevd/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ # Copyright 2005 Red Hat, Inc. -# +# # Permission to use, copy, modify, distribute, and sell this software and its # documentation for any purpose is hereby granted without fee, provided that # the above copyright notice appear in all copies and that both that @@ -25,7 +25,7 @@ # specific, written prior permission. Red Hat makes no # representations about the suitability of this software for any purpose. It # is provided "as is" without express or implied warranty. -# +# # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO # EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -60,9 +60,8 @@ host_triplet = @host@ bin_PROGRAMS = xkbevd$(EXEEXT) DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ - cfgparse.c config.guess config.sub depcomp install-sh missing \ - ylwrap + $(top_srcdir)/configure COPYING ChangeLog INSTALL cfgparse.c \ + config.guess config.sub depcomp install-sh missing ylwrap subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac |