When doing 'distclean', do 'clean', too.
authoraland <aland>
Tue, 23 Oct 2001 19:04:23 +0000 (19:04 +0000)
committeraland <aland>
Tue, 23 Oct 2001 19:04:23 +0000 (19:04 +0000)
Patch from "Nikolay P. Romanyuk" <mag@vtelecom.ru>

src/modules/rlm_sql/drivers/rules.mak

index 0275dee..cdd00e4 100644 (file)
@@ -130,8 +130,9 @@ endif
 clean:
        @rm -f *.a *.o *.lo *.la *~
        @rm -rf .libs _libs
+       @rm -f config.log config.status config.cache
 
-distclean:
+distclean: clean
        @rm -f config.h config.mak
 
 #