summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-15 06:07:36 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-15 06:07:36 +0000
commitf4dcc68e589d4ddd257080be89b624fcefca710d (patch)
treeede6990f64893b91dd38c05d0a00c34c52aaed74 /source3/Makefile.in
parent22535011e271412bd01fdc081f6ab7e8fcbadb0e (diff)
downloadsamba-f4dcc68e589d4ddd257080be89b624fcefca710d.tar.gz
samba-f4dcc68e589d4ddd257080be89b624fcefca710d.tar.bz2
samba-f4dcc68e589d4ddd257080be89b624fcefca710d.zip
Remove nasty hack in modules system. We don't recompile files anymore
after the Makefile changes. (This used to be commit 104f62272d75e9d89ab330b620011b337eb2a435)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b49249a1ed..97b61c93ec 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -704,7 +704,6 @@ MAKEDIR = || exec false; \
# rebuild it's a bit hard.
dynconfig.o: dynconfig.c Makefile
- @$(MAKE) modules_clean
@echo Compiling $*.c
@$(CC) $(FLAGS) $(PATH_FLAGS) -c $< -o $@
@@ -1257,11 +1256,6 @@ clean: delheaders python_clean
$(TOPFILES) $(BIN_PROGS) $(SBIN_PROGS) $(MODULES) $(TORTURE_PROGS) \
$(LIBSMBCLIENT) $(EVERYTHING_PROGS) .headers.stamp
-# This is quite ugly actually.. But we need to make
-# sure the changes to include/config.h are used.
-modules_clean:
- @-rm -f auth/auth.o passdb/pdb_interface.o smbd/server.o lib/iconv.o smbd/vfs.o sam/idmap.o
-
# Making this target will just make sure that the prototype files
# exist, not necessarily that they are up to date. Since they're
# removed by "make clean" this will always be run when you do anything