diff options
author | Tim Potter <tpot@samba.org> | 2003-09-10 03:59:35 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-10 03:59:35 +0000 |
commit | 623a46b7e4a56f0f9552a6b394409136d0c050cd (patch) | |
tree | fe40e1ba46048975e0bf493ecb799966c1522c7a | |
parent | 80a11b868d402174ad3afab37c8f461c3c6eeb1c (diff) | |
download | samba-623a46b7e4a56f0f9552a6b394409136d0c050cd.tar.gz samba-623a46b7e4a56f0f9552a6b394409136d0c050cd.tar.bz2 samba-623a46b7e4a56f0f9552a6b394409136d0c050cd.zip |
Remove tags file for distclean.
(This used to be commit 2ac5ac495025f6c673216c1922ff51b913a0aeac)
-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 |