diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-04-26 15:28:04 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-04-26 15:28:04 -0400 |
commit | ae04f2cb0a068cdc1e519627bf745de0c9e4a85a (patch) | |
tree | fff7af26234f4d879a7d13e46f0e1a44a53a4daf /hw/kdrive/smi | |
parent | 6c8152d6ee9eeb21a68a8bbfed1540939e5bcd1f (diff) |
Fix the 'relink' target for kdrive servers.
Diffstat (limited to 'hw/kdrive/smi')
-rw-r--r-- | hw/kdrive/smi/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/smi/Makefile.am b/hw/kdrive/smi/Makefile.am index 0fd9729fc..a6ac474b0 100644 --- a/hw/kdrive/smi/Makefile.am +++ b/hw/kdrive/smi/Makefile.am @@ -29,3 +29,6 @@ Xsmi_LDADD = \ $(SMI_LIBS) \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ + +relink: + rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |