diff --git a/event/linktest/rude/GNUmakefile.in b/event/linktest/rude/GNUmakefile.in index 633ec0eab444932dc3cf32dc06a0507ea3e31132..ce21c43d869f285deb0c8bd836095ddad4024658 100644 --- a/event/linktest/rude/GNUmakefile.in +++ b/event/linktest/rude/GNUmakefile.in @@ -1,6 +1,6 @@ # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2006 University of Utah and the Flux Group. +# Copyright (c) 2000-2007 University of Utah and the Flux Group. # All rights reserved. # @@ -59,8 +59,8 @@ config.status: rude-$(VERSION): $(SRCDIR)/rude-fetch.sh $(SRCDIR) -clean: Makefile - $(MAKE) -f Makefile clean +clean: + @if [ -r Makefile ]; then $(MAKE) -f Makefile clean; fi Makefile: config.status