From 6d620e0e00723e0d3a5889044a2e19e99c17917a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 27 Mar 2003 23:31:15 +0000 Subject: Also rebuild smbd/vfs.o after reconfiguring (This used to be commit afda828b388381742b4d980b21bed953273eb3aa) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 32c8e73b51..b76cbe0914 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1189,7 +1189,7 @@ clean: delheaders python_clean # This is quite ugly actually.. But we need to make # sure the changes to include/config.h are used. modules_clean: - @-rm -f @MODULES_CLEAN@ auth/auth.o passdb/pdb_interface.o rpc_server/srv_pipe_hnd.o lib/iconv.o + @-rm -f @MODULES_CLEAN@ auth/auth.o passdb/pdb_interface.o rpc_server/srv_pipe_hnd.o lib/iconv.o smbd/vfs.o # Making this target will just make sure that the prototype files # exist, not necessarily that they are up to date. Since they're -- cgit