diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-08-23 12:57:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-08-23 12:57:10 +0000 |
commit | a8b61b1efdc8db95f0aee254b25c0983e0196d9b (patch) | |
tree | eab4cdd1af868bab1f48c2c5573c1e368d5c85b1 /driver/xf86-input-calcomp/src | |
parent | 7ab020fa07ad49eaee480b414cef1b543c758d12 (diff) |
regen
Diffstat (limited to 'driver/xf86-input-calcomp/src')
-rw-r--r-- | driver/xf86-input-calcomp/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/xf86-input-calcomp/src/Makefile.in b/driver/xf86-input-calcomp/src/Makefile.in index a85d38e25..5b562e58c 100644 --- a/driver/xf86-input-calcomp/src/Makefile.in +++ b/driver/xf86-input-calcomp/src/Makefile.in @@ -62,7 +62,7 @@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) -mkinstalldirs = $(install_sh) -d +mkinstalldirs = $(SHELL) $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |