summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xsrc/2.6.18/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0572e1f..780ddb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-13 Ping Cheng <pingc@wacom.com>
+ * Fixed a typo in 2.6.18/Makefile.in (Mats Johannesson)
+ * Ready to release 0.7.5-2
+
2006-09-12 Ping Cheng <pingc@wacom.com>
* Updated Makefile.am for xdrv (Magnus Vigerlöf)
* Fixed a typo in 2.4.x/wacom.c (Magnus Vigerlöf)
diff --git a/src/2.6.18/Makefile.in b/src/2.6.18/Makefile.in
index a84a533..4683be3 100755
--- a/src/2.6.18/Makefile.in
+++ b/src/2.6.18/Makefile.in
@@ -26,7 +26,7 @@ all:
ifeq ($(WCM_OPTION_WACOM),yes)
cp ../2.6.16/wacom_wac.c .
cp ../2.6.16/wacom_wac.h .
- cp ../2.6.16/wacom_sys.c
+ cp ../2.6.16/wacom_sys.c .
endif
@echo ' Building linuxwacom drivers for 2.6 kernel.'
@echo '***Note: Drivers not enabled as modules in your kernel config but requested through configure are NOT built'