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/mach64/Makefile.am | |
parent | 6c8152d6ee9eeb21a68a8bbfed1540939e5bcd1f (diff) |
Fix the 'relink' target for kdrive servers.
Diffstat (limited to 'hw/kdrive/mach64/Makefile.am')
-rw-r--r-- | hw/kdrive/mach64/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/mach64/Makefile.am b/hw/kdrive/mach64/Makefile.am index 67712e262..b4d9a4eef 100644 --- a/hw/kdrive/mach64/Makefile.am +++ b/hw/kdrive/mach64/Makefile.am @@ -31,3 +31,6 @@ Xmach64_LDADD = \ $(MACH64_LIBS) \ @KDRIVE_LIBS@ \ @XSERVER_LIBS@ + +relink: + rm -f $(bin_PROGRAMS) && make $(bin_PROGRAMS) |