summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-02-08 22:05:50 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:01:45 +0200
commit7d1935e9ed825c2f6069dbe7389a18649307e737 (patch)
tree4a0023e49cb7e35c6fa88b0cda77801845fb22e5 /Makefile
parent43026c6e63bae9fe3848be7ff55315cc99aade1a (diff)
Added proper Makefile dependencies for synclient.1 and
syndaemon.1 so that they are re-installed if/when they are changed.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8fc00ae..3a04acd 100644
--- a/Makefile
+++ b/Makefile
@@ -53,11 +53,11 @@ install: $(BINDIR)/synclient $(BINDIR)/syndaemon $(INSTALLED_X)/lib/modules/inpu
install-man: $(MANDIR)/synclient.1 $(MANDIR)/syndaemon.1
-$(MANDIR)/synclient.1:
- install -D manpages/synclient.1 $(DESTDIR)/$@
+$(MANDIR)/synclient.1: manpages/synclient.1
+ install -D $< $(DESTDIR)/$@
-$(MANDIR)/syndaemon.1:
- install -D manpages/syndaemon.1 $(DESTDIR)/$@
+$(MANDIR)/syndaemon.1: manpages/syndaemon.1
+ install -D $< $(DESTDIR)/$@
$(BINDIR)/synclient : synclient
cp $< $@