[Lldb-commits] [lldb] r157669 - /lldb/trunk/test/python_api/formatters/Makefile

Filipe Cabecinhas me at filcab.net
Tue May 29 19:52:30 PDT 2012


Author: filcab
Date: Tue May 29 21:52:29 2012
New Revision: 157669

URL: http://llvm.org/viewvc/llvm-project?rev=157669&view=rev
Log:
Clean renamed files on 'make clean'

Modified:
    lldb/trunk/test/python_api/formatters/Makefile

Modified: lldb/trunk/test/python_api/formatters/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/formatters/Makefile?rev=157669&r1=157668&r2=157669&view=diff
==============================================================================
--- lldb/trunk/test/python_api/formatters/Makefile (original)
+++ lldb/trunk/test/python_api/formatters/Makefile Tue May 29 21:52:29 2012
@@ -2,4 +2,7 @@
 
 CXX_SOURCES := main.cpp
 
+# Clean renamed executable on 'make clean'
+clean: OBJECTS+=no_synth
+
 include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list