summaryrefslogtreecommitdiff
path: root/source4/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-09-26 12:51:49 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-09-26 12:52:51 +0200
commit8940e42d0ab129317d4c505ed2a401c3f5f9b5f9 (patch)
tree3fd8aebea9e2450826a15a462a0cbbf5a21be15a /source4/Makefile
parent8762254c7e51fe6855f3bc1e401adc7f435c02d7 (diff)
downloadsamba-8940e42d0ab129317d4c505ed2a401c3f5f9b5f9.tar.gz
samba-8940e42d0ab129317d4c505ed2a401c3f5f9b5f9.tar.bz2
samba-8940e42d0ab129317d4c505ed2a401c3f5f9b5f9.zip
s4/make: Remove object files in ../libds as part of "make clean".
Diffstat (limited to 'source4/Makefile')
-rw-r--r--source4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/Makefile b/source4/Makefile
index 24e58bc37a..959d0f43c7 100644
--- a/source4/Makefile
+++ b/source4/Makefile
@@ -153,7 +153,7 @@ include $(srcdir)/static_deps.mk
endif
clean::
- @find ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
+ @find ../libds ../lib ../libcli ../librpc ../libgpo ../nsswitch -name '*.o' -o -name '*.ho' | xargs rm -f
PUBLIC_HEADERS += ./version.h