diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-26 19:13:52 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-26 19:13:52 +0000 |
commit | 6798fd0170f4225ce4e69148978533fcee9bdc34 (patch) | |
tree | 1cb43515e0cc1289d822e9756e82333064a5b484 /hw/xnest | |
parent | 8fc4ea8620913776a903ee2b4f22c306d5778623 (diff) |
Bug #4190: Add a rule for 'make relink' since automake sucks.
Diffstat (limited to 'hw/xnest')
-rw-r--r-- | hw/xnest/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xnest/Makefile.am b/hw/xnest/Makefile.am index b822a94c0..76d0a57a5 100644 --- a/hw/xnest/Makefile.am +++ b/hw/xnest/Makefile.am @@ -86,3 +86,6 @@ SUFFIXES += .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): -rm -f $@ $(LN_S) $< $@ + +relink: + rm -f Xnest && $(MAKE) Xnest |