[cfe-commits] r124873 - /cfe/trunk/unittests/Makefile
Daniel Dunbar
daniel at zuster.org
Fri Feb 4 09:12:27 PST 2011
Author: ddunbar
Date: Fri Feb 4 11:12:27 2011
New Revision: 124873
URL: http://llvm.org/viewvc/llvm-project?rev=124873&view=rev
Log:
build: Prevent duplicate inclusion of Makefile.rules, which causes make to warn
like crazy.
- How no one else is bothered by this I can't understand!
Modified:
cfe/trunk/unittests/Makefile
Modified: cfe/trunk/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/unittests/Makefile?rev=124873&r1=124872&r2=124873&view=diff
==============================================================================
--- cfe/trunk/unittests/Makefile (original)
+++ cfe/trunk/unittests/Makefile Fri Feb 4 11:12:27 2011
@@ -22,6 +22,7 @@
ifndef IS_UNITTEST_LEVEL
+MAKEFILE_UNITTEST_NO_INCLUDE_COMMON := 1
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
endif # IS_UNITTEST_LEVEL
More information about the cfe-commits
mailing list