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 /Makefile.am | |
parent | 8fc4ea8620913776a903ee2b4f22c306d5778623 (diff) |
Bug #4190: Add a rule for 'make relink' since automake sucks.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 516bad49e..0688484e4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,3 +110,7 @@ DIST_SUBDIRS = \ Xprint \ XpConfig \ lbx + +# gross hack +relink: all + $(MAKE) -C hw relink |