lib/tevent: fix standalone make distclean realdistclean
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Dec 2008 07:58:52 +0000 (08:58 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Dec 2008 07:58:52 +0000 (08:58 +0100)
Bug report by Brad Hards <bradh@frogmouth.net>.

metze

lib/tevent/Makefile.in

index 811cc16f686ac21fdae6c00caf675308ca111e6b..d188e6b38d54c54e493ee9b42a310a230c49438d 100644 (file)
@@ -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