Smake: Avoid duplicating $(GNULIB_TOOL) invocation.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Dec 2010 05:12:06 +0000 (21:12 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Feb 2011 21:18:11 +0000 (13:18 -0800)
commitaa33afb8a5abdcb5277e5329f8b048ea1ac708a0
tree5f5a41c08f990062db9da96e337cae58338c29e2
parentc0d0b8039a3cd836398a76a0a884d6166ed761e0
Smake: Avoid duplicating $(GNULIB_TOOL) invocation.

The "all" and "gnulib" rules both contained the same gnulib-tool
invocation.  This commit changes the "all" rule to use the "gnulib" rule
as a subrule.
Smake