[Lldb-commits] [lldb] r157677 - /lldb/trunk/test/lang/cpp/stl/Makefile

Filipe Cabecinhas me at filcab.net
Tue May 29 22:35:14 PDT 2012


Author: filcab
Date: Wed May 30 00:35:14 2012
New Revision: 157677

URL: http://llvm.org/viewvc/llvm-project?rev=157677&view=rev
Log:
Clean all files when executing 'make clean'

Modified:
    lldb/trunk/test/lang/cpp/stl/Makefile

Modified: lldb/trunk/test/lang/cpp/stl/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/stl/Makefile?rev=157677&r1=157676&r2=157677&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/stl/Makefile (original)
+++ lldb/trunk/test/lang/cpp/stl/Makefile Wed May 30 00:35:14 2012
@@ -3,4 +3,6 @@
 CXX_SOURCES := main.cpp
 CFLAGS :=-arch x86_64 -gdwarf-2 -O0
 
+clean: OBJECTS+=$(wildcard main.d.*)
+
 include $(LEVEL)/Makefile.rules





More information about the lldb-commits mailing list