summaryrefslogtreecommitdiffstats
path: root/rules/libucdaemon.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-01-06 00:10:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-01-06 13:24:51 +0100
commit0969a40ccc52448ed3fc0f9530dfdf77c1ec96f6 (patch)
treef81cc23b060a57b940f683ce9452d80393d6b483 /rules/libucdaemon.make
parentaee8549032f347827252604da633a0ab4005df67 (diff)
downloadptxdist-0969a40ccc52448ed3fc0f9530dfdf77c1ec96f6.tar.gz
ptxdist-0969a40ccc52448ed3fc0f9530dfdf77c1ec96f6.tar.xz
[libucdaemon] cleanup targetinstall
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libucdaemon.make')
-rw-r--r--rules/libucdaemon.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/libucdaemon.make b/rules/libucdaemon.make
index 42c7ac59f..c7ce14c41 100644
--- a/rules/libucdaemon.make
+++ b/rules/libucdaemon.make
@@ -1,5 +1,4 @@
# -*-makefile-*-
-# $Id: template-make 7626 2007-11-26 10:27:03Z mkl $
#
# Copyright (C) 2008 by Marc Kleine-Budde <mkl@pengutronix.de>
#
@@ -56,16 +55,17 @@ $(STATEDIR)/libucdaemon.targetinstall:
@$(call install_fixup, libucdaemon,PRIORITY,optional)
@$(call install_fixup, libucdaemon,VERSION,$(LIBUCDAEMON_VERSION))
@$(call install_fixup, libucdaemon,SECTION,base)
- @$(call install_fixup, libucdaemon,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
+ @$(call install_fixup, libucdaemon,AUTHOR,"Robert Schwebel <r.schwebel@pengutronix.de>")
@$(call install_fixup, libucdaemon,DEPENDS,)
@$(call install_fixup, libucdaemon,DESCRIPTION,missing)
- @$(call install_copy, libucdaemon, 0, 0, 0644, \
- $(LIBUCDAEMON_DIR)/src/.libs/libucdaemon.so.0.0.0, \
+ @$(call install_copy, libucdaemon, 0, 0, 0644, -, \
/usr/lib/libucdaemon.so.0.0.0)
- @$(call install_link, libucdaemon, libucdaemon.so.0.0.0, /usr/lib/libucdaemon.so.0)
- @$(call install_link, libucdaemon, libucdaemon.so.0.0.0, /usr/lib/libucdaemon.so)
+ @$(call install_link, libucdaemon, libucdaemon.so.0.0.0, \
+ /usr/lib/libucdaemon.so.0)
+ @$(call install_link, libucdaemon, libucdaemon.so.0.0.0, \
+ /usr/lib/libucdaemon.so)
@$(call install_finish, libucdaemon)