diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-06-26 17:33:58 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-06-26 17:33:58 +0000 |
commit | b9b46d43c7c39d6738c254c4a148bdb93cae02e3 (patch) | |
tree | 01fe9e999300af70c4547cbbbfefa1cc3603d4d2 /source/aclocal.m4 | |
parent | 13b81d0d92b9e28eaab18f5437060e79f6075f9e (diff) | |
download | samba-b9b46d43c7c39d6738c254c4a148bdb93cae02e3.tar.gz samba-b9b46d43c7c39d6738c254c4a148bdb93cae02e3.tar.xz samba-b9b46d43c7c39d6738c254c4a148bdb93cae02e3.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.
Diffstat (limited to 'source/aclocal.m4')
-rw-r--r-- | source/aclocal.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/aclocal.m4 b/source/aclocal.m4 index dd1ae8df72b..2661d5299fd 100644 --- a/source/aclocal.m4 +++ b/source/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, |