2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Don't clean ChangeLog

This commit is contained in:
Todd C. Miller
2010-11-19 14:06:53 -05:00
parent 51f401fa34
commit 45da484401

View File

@@ -118,7 +118,7 @@ mostlyclean: clean
distclean: config.status
for d in $(SUBDIRS) $(SAMPLES); do (cd $$d && $(MAKE) $@); done
-rm -rf Makefile pathnames.h config.h config.status config.cache \
config.log libtool stamp-* autom4te.cache ChangeLog
config.log libtool stamp-* autom4te.cache
cleandir: distclean