diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-06 21:07:53 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-06 21:07:53 +0000 |
commit | 695cd69271427d4a359c93a5be102d6c3f233257 (patch) | |
tree | edab233a62a81390b78338b8ec544001a25c36d9 /driver/xf86-input-void/src | |
parent | 6c2de4007b5539df77de8db145ec1f552959044b (diff) |
Update to xf86-input-void 1.3.1. No functional change.
Diffstat (limited to 'driver/xf86-input-void/src')
-rw-r--r-- | driver/xf86-input-void/src/Makefile.in | 4 | ||||
-rw-r--r-- | driver/xf86-input-void/src/void.c | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/driver/xf86-input-void/src/Makefile.in b/driver/xf86-input-void/src/Makefile.in index 907afaf3b..5f3fb6089 100644 --- a/driver/xf86-input-void/src/Makefile.in +++ b/driver/xf86-input-void/src/Makefile.in @@ -248,9 +248,9 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi exit 1;; \ esac; \ done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ cd $(top_srcdir) && \ - $(AUTOMAKE) --gnu src/Makefile + $(AUTOMAKE) --foreign src/Makefile .PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ diff --git a/driver/xf86-input-void/src/void.c b/driver/xf86-input-void/src/void.c index c741d872e..df973fa69 100644 --- a/driver/xf86-input-void/src/void.c +++ b/driver/xf86-input-void/src/void.c @@ -343,7 +343,6 @@ _X_EXPORT InputDriverRec VOID = { xf86VoidInit, /* pre-init */ xf86VoidUninit, /* un-init */ NULL, /* module */ - 0 /* ref count */ }; /* |