diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-09-26 12:51:49 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-09-26 12:52:51 +0200 |
commit | 8940e42d0ab129317d4c505ed2a401c3f5f9b5f9 (patch) | |
tree | 3fd8aebea9e2450826a15a462a0cbbf5a21be15a /source4 | |
parent | 8762254c7e51fe6855f3bc1e401adc7f435c02d7 (diff) | |
download | samba-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')
-rw-r--r-- | source4/Makefile | 2 |
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 |