diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-11 21:33:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-11 21:33:55 +0200 |
commit | 2911b792ca979dd9c9715e55f92097791b4ce837 (patch) | |
tree | 06d591329f0da8d10b761df4f31fa7dae10d49d5 /source4/Makefile | |
parent | 5c44ed69548c4a4d753b54f72dc41212e2c7b612 (diff) | |
download | samba-2911b792ca979dd9c9715e55f92097791b4ce837.tar.gz samba-2911b792ca979dd9c9715e55f92097791b4ce837.tar.bz2 samba-2911b792ca979dd9c9715e55f92097791b4ce837.zip |
Fix include, clean up .o files in ../lib and ../libcli
Conflicts:
source4/Makefile
Diffstat (limited to 'source4/Makefile')
-rw-r--r-- | source4/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/Makefile b/source4/Makefile index 273be11e7c..abb010e760 100644 --- a/source4/Makefile +++ b/source4/Makefile @@ -136,14 +136,13 @@ ifneq ($(SKIP_DEP_FILES),yes) clean:: @echo Removing dependency files @find . -name '*.d' -o -name '*.hd' | xargs rm -f - @find ../lib -name '*.d' -o -name '*.hd' | xargs rm -f endif else include $(srcdir)/static_deps.mk endif clean:: - @find ../lib ../libcli -name '*.o' -o -name '*.hd' | xargs rm -f + @find ../lib ../libcli -name '*.o' -o -name '*.ho' | xargs rm -f DEFAULT_HEADERS = $(srcdir)/../lib/util/dlinklist.h \ $(srcdir)/version.h |