* corrected spelling error in make clean.
authorWilfried Göesgens <willi@citadel.org>
Thu, 24 May 2007 20:28:04 +0000 (20:28 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 24 May 2007 20:28:04 +0000 (20:28 +0000)
citadel/Makefile.in

index 8c29794cbb61cf49358725d6312314c1d9e2a21b..328526401540fae6fbde8b0812ff33493b87e807 100644 (file)
@@ -330,7 +330,7 @@ cleaner: clean
 
 distclean: cleaner
        find . -name '*~' -o -name '.#*' | xargs rm -f
-       rm -f Makefile sysdep.h config.cache config/.og config.status *.d 
+       rm -f Makefile sysdep.h config.cache config.log config.status *.d 
 
 .c.d:
        @echo Checking dependencies for $<