[PATCH] clean up udevinfo on 'make clean'

This commit is contained in:
greg@kroah.com 2004-01-26 20:04:26 -08:00 committed by Greg KH
parent 567f6d14e8
commit 28706bd9a1
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ $(SENDER): udevd.h udevsend.o udevd.o logging.o
clean:
-find . \( -not -type d \) -and \( -name '*~' -o -name '*.[oas]' \) -type f -print \
| xargs rm -f
-rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(DAEMON) $(SENDER)
-rm -f core $(ROOT) $(GEN_HEADERS) $(GEN_CONFIGS) $(HELPER) $(DAEMON) $(SENDER)
$(MAKE) -C klibc clean
@extras="$(EXTRAS)" ; for target in $$extras ; do \
echo $$target ; \