Let each target decide byval alignment. For X86, it's 4-byte unless the aggregare...
[oota-llvm.git] / Makefile.rules
index 5bdd0d393fc58e95121072c67f27ab65b8b181ba..0f2be6503b870ac7e3c176add9cf7903b7aca7e7 100644 (file)
@@ -1457,7 +1457,7 @@ clean-all-local::
 ifndef DISABLE_AUTO_DEPENDENCIES
 
 # If its not one of the cleaning targets
-ifneq ($(strip $(filter-out clean clean-local dist-clean,$(MAKECMDGOALS)))),)
+ifneq ($(strip $(filter-out clean clean-local dist-clean,$(MAKECMDGOALS))),)
 
 # Get the list of dependency files
 DependFiles := $(basename $(filter %.cpp %.c %.cc, $(Sources)))