diff options
author | Peter Osterlund <petero2@telia.com> | 2004-06-13 18:39:44 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:29 +0200 |
commit | a27efd8f04113b01384a2b5ba725d621c0076701 (patch) | |
tree | 68bdb49d548f2df24bf4bd362789762c99f9a2f3 | |
parent | deb6ed66a951fd0fe892a08cd4f3f802140229ce (diff) |
Fixed Makefile dependency for change
deb6ed66a951fd0fe892a08cd4f3f802140229ce.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ ps2comm.o : ps2comm.h synproto.h synaptics.h eventcomm.o : eventcomm.h linux_input.h synproto.h synaptics.h psmcomm.o : freebsd_mouse.h psmcomm.h synproto.h synaptics.h ps2comm.h alpscomm.o : alpscomm.h ps2comm.h synproto.h synaptics.h -synclient.o : synaptics.h +synclient.o : synaptics.h Makefile syndaemon.o : synaptics.h clean:: |