diff options
author | Tim Potter <tpot@samba.org> | 2003-09-10 03:59:07 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-10 03:59:07 +0000 |
commit | c972fac195fd9280ab2a0da28b8ed11aaacd3bff (patch) | |
tree | a55aea8034f1f0c9fb602ce150d626b0e31c3ddc | |
parent | 035f59599514491609078ac0fe5804278c43a9b3 (diff) | |
download | samba-c972fac195fd9280ab2a0da28b8ed11aaacd3bff.tar.gz samba-c972fac195fd9280ab2a0da28b8ed11aaacd3bff.tar.xz samba-c972fac195fd9280ab2a0da28b8ed11aaacd3bff.zip |
Remove tags file for distclean.
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index f7ec500d06a..a2c4a360d46 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -1377,7 +1377,7 @@ distclean: realclean -rm -f include/stamp-h -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations - -rm -rf .deps + -rm -rf .deps TAGS realdistclean: distclean -rm -f include/config.h.in |