summaryrefslogtreecommitdiff
path: root/source/main.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-11-06 17:28:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:24:55 -0500
commitc9b06ce5636c37ddb077513796a288d88f62c358 (patch)
tree76f2ccff1e5a16c11e741fe6b39ade1ec390255d /source/main.mk
parente24ec3aa1ada855401a714743518893d9506239c (diff)
downloadsamba-c9b06ce5636c37ddb077513796a288d88f62c358.tar.gz
r19575: Build static libs in bin/static rather than bin/
Diffstat (limited to 'source/main.mk')
-rw-r--r--source/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.mk b/source/main.mk
index c3d232e86c2..4779044ad62 100644
--- a/source/main.mk
+++ b/source/main.mk
@@ -253,7 +253,7 @@ clean:: clean_pch
@-rm -f $(BIN_PROGS) $(SBIN_PROGS) $(BINARIES) $(TORTURE_PROGS)
@echo Removing libraries
@-rm -f $(STATIC_LIBRARIES) $(SHARED_LIBRARIES)
- @-rm -f bin/*.a bin/shared/*.$(SHLIBEXT)
+ @-rm -f bin/static/*.a bin/shared/*.$(SHLIBEXT)
@echo Removing modules
@-rm -f bin/modules/*/*.$(SHLIBEXT)
@-rm -f bin/*_init_module.c