summaryrefslogtreecommitdiff
path: root/hw/kdrive/pm2
diff options
context:
space:
mode:
authorAdam Jackson <ajax@benzedrine.nwnk.net>2007-04-26 15:28:04 -0400
committerAdam Jackson <ajax@benzedrine.nwnk.net>2007-04-26 15:28:04 -0400
commitae04f2cb0a068cdc1e519627bf745de0c9e4a85a (patch)
treefff7af26234f4d879a7d13e46f0e1a44a53a4daf /hw/kdrive/pm2
parent6c8152d6ee9eeb21a68a8bbfed1540939e5bcd1f (diff)
Fix the 'relink' target for kdrive servers.
Diffstat (limited to 'hw/kdrive/pm2')
-rw-r--r--hw/kdrive/pm2/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/pm2/Makefile.am b/hw/kdrive/pm2/Makefile.am
index a7b0f0088..ec70276c5 100644
--- a/hw/kdrive/pm2/Makefile.am
+++ b/hw/kdrive/pm2/Makefile.am
@@ -25,3 +25,6 @@ Xpm2_LDADD = \
$(PM2_LIBS) \
@KDRIVE_LIBS@ \
@XSERVER_LIBS@
+
+relink:
+ rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS)