diff options
author | Tim Potter <tpot@samba.org> | 2002-09-19 23:32:38 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-19 23:32:38 +0000 |
commit | 16b2465c091b50c47e827b004529043d15476d32 (patch) | |
tree | 72e0ad1758c6c23a5fc62223a6b8456a9d8e5d28 | |
parent | a5df564e05369f2cce8e630a355aa106d949f215 (diff) | |
download | samba-16b2465c091b50c47e827b004529043d15476d32.tar.gz samba-16b2465c091b50c47e827b004529043d15476d32.tar.bz2 samba-16b2465c091b50c47e827b004529043d15476d32.zip |
remove proto headers on realclean
(This used to be commit 1bd2c6e1441ea8e54284c72dc07de741f88dbe90)
-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 dbbd97bbff..f1c7126451 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1008,7 +1008,7 @@ etags: ctags: ctags `find $(srcdir) -name "*.[ch]" | grep -v /CVS/` -realclean: clean +realclean: clean delheaders -rm -f config.log $(PROGS) $(SPROGS) bin/.dummy -rmdir bin |