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 | 2002fbd72e1fd0369bcf3b9598cfcd4322140c89 (patch) | |
tree | de1f7f0d8973feb975f7a9a62886a6893354ae46 /source3/Makefile.in | |
parent | ee51d6aabe9398a9b4a3bf99d8b6f3c23cdc075c (diff) | |
download | samba-2002fbd72e1fd0369bcf3b9598cfcd4322140c89.tar.gz samba-2002fbd72e1fd0369bcf3b9598cfcd4322140c89.tar.bz2 samba-2002fbd72e1fd0369bcf3b9598cfcd4322140c89.zip |
Remove tags file for distclean.
(This used to be commit c972fac195fd9280ab2a0da28b8ed11aaacd3bff)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f7ec500d06..a2c4a360d4 100644 --- a/source3/Makefile.in +++ b/source3/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 |