summaryrefslogtreecommitdiff
path: root/lib/tevent/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-30 08:58:52 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-30 08:58:52 +0100
commitc2dc2e0b46dc1334ddeb958a22a1120fc37fe47b (patch)
treece486efaf974735b0808b4bb86a42590cf653d1d /lib/tevent/Makefile.in
parent791459f61b2487c6f233a1d32695a805627d86dc (diff)
downloadsamba-c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b.tar.gz
samba-c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b.tar.bz2
samba-c2dc2e0b46dc1334ddeb958a22a1120fc37fe47b.zip
lib/tevent: fix standalone make distclean realdistclean
Bug report by Brad Hards <bradh@frogmouth.net>. metze
Diffstat (limited to 'lib/tevent/Makefile.in')
-rw-r--r--lib/tevent/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tevent/Makefile.in b/lib/tevent/Makefile.in
index 811cc16f68..d188e6b38d 100644
--- a/lib/tevent/Makefile.in
+++ b/lib/tevent/Makefile.in
@@ -73,8 +73,8 @@ clean::
rm -f *.o *.a */*.o
distclean:: clean
- rm -f config.log config.status include/config.h config.cache
+ rm -f config.log config.status config.h config.cache
rm -f Makefile
realdistclean:: distclean
- rm -f configure include/config.h.in
+ rm -f configure config.h.in