From da71c2abd95930daf696ccecf81925997ff2689b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 7 Jan 2009 10:01:36 -0500 Subject: Making a few minor build system fixes. "make realdistclean" was not removing all built files appropriately. --- tevent/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tevent/Makefile.in') diff --git a/tevent/Makefile.in b/tevent/Makefile.in index 811cc16f6..90dcba7f8 100644 --- a/tevent/Makefile.in +++ b/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.h config.status include/config.h config.cache rm -f Makefile realdistclean:: distclean - rm -f configure include/config.h.in + rm -f configure include/config.h.in config.h.in -- cgit