aboutsummaryrefslogtreecommitdiff
path: root/util/Makefile.local
AgeCommit message (Collapse)Author
2012-01-19Fix dependency generation for compat, test, and utilAustin Clements
This adds source files in compat, test, and util to SRCS so that the top-level Makefile.local will generate dependency files for them.
2011-12-12build-system: clean $(libutil_modules) rather than listing them individually.David Bremner
This matches the way the other 'Makefile.local's work.
2011-11-26build system: clean up object files in ./test and ./utilDavid Bremner
2011-10-30xutil.c: remove duplicate copies, create new library libutil.a to contain xutil.David Bremner
We keep the lib/xutil.c version. As a consequence, also factor out _internal_error and associated macros. It might be overkill to make a new file error_util.c for this, but _internal_error does not really belong in database.cc.