summaryrefslogtreecommitdiff
path: root/source3/aclocal.m4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-06-26 17:33:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-06-26 17:33:58 +0000
commitdde593e19074b3f6a2eddc6ea64f9b0c54aee0ed (patch)
tree989f4b8b97e4dcc92cf0b545c8a461fb28aecec6 /source3/aclocal.m4
parent29674c7fa6742a322801c1604ce63a752d9fe922 (diff)
downloadsamba-dde593e19074b3f6a2eddc6ea64f9b0c54aee0ed.tar.gz
samba-dde593e19074b3f6a2eddc6ea64f9b0c54aee0ed.tar.bz2
samba-dde593e19074b3f6a2eddc6ea64f9b0c54aee0ed.zip
Remove the MODULES_CLEAN variable. It's no longer necessary since
object files for modules are in .po files, while object files for static use are in .o files. Pointed out by metze. This reduces the number of files that have to be recompiled after the Makefile changes. Preventing unnecessary recompiling of the other few is high on my todo list. (This used to be commit b9b46d43c7c39d6738c254c4a148bdb93cae02e3)
Diffstat (limited to 'source3/aclocal.m4')
-rw-r--r--source3/aclocal.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/aclocal.m4 b/source3/aclocal.m4
index dd1ae8df72..2661d5299f 100644
--- a/source3/aclocal.m4
+++ b/source3/aclocal.m4
@@ -64,7 +64,6 @@ AC_DEFUN(SMB_MODULE,
else
AC_MSG_RESULT([not])
fi
- MODULES_CLEAN="$MODULES_CLEAN $2 $3"
])
AC_DEFUN(SMB_SUBSYSTEM,