diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-27 23:31:15 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-27 23:31:15 +0000 |
commit | 6d620e0e00723e0d3a5889044a2e19e99c17917a (patch) | |
tree | 5a1646b0998979330add625457b5e61dcd1738d5 /source3 | |
parent | c321404feb40e6eaaae4564c5c81b8b644bba3f7 (diff) | |
download | samba-6d620e0e00723e0d3a5889044a2e19e99c17917a.tar.gz samba-6d620e0e00723e0d3a5889044a2e19e99c17917a.tar.bz2 samba-6d620e0e00723e0d3a5889044a2e19e99c17917a.zip |
Also rebuild smbd/vfs.o after reconfiguring
(This used to be commit afda828b388381742b4d980b21bed953273eb3aa)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |