[llvm-commits] [gcc-plugin] r81765 - /gcc-plugin/trunk/Makefile

Duncan Sands baldrick at free.fr
Mon Sep 14 08:44:04 PDT 2009


Author: baldrick
Date: Mon Sep 14 10:44:04 2009
New Revision: 81765

URL: http://llvm.org/viewvc/llvm-project?rev=81765&view=rev
Log:
Don't remove gt-llvm-cache.h when doing "make clean"
now that we distribute this file rather than always
generating it.

Modified:
    gcc-plugin/trunk/Makefile

Modified: gcc-plugin/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/gcc-plugin/trunk/Makefile?rev=81765&r1=81764&r2=81765&view=diff

==============================================================================
--- gcc-plugin/trunk/Makefile (original)
+++ gcc-plugin/trunk/Makefile Mon Sep 14 10:44:04 2009
@@ -40,4 +40,4 @@
 	sed -i "s/ggc_root_tab .*\[\]/ggc_root_tab gt_pch_rc__gt_llvm_cache_h[]/" $(GENGTYPE_OUTPUT)
 
 clean::
-	rm -f *.o *.so $(ARCH_DIR)/*.o $(GENGTYPE_OUTPUT)
+	rm -f *.o *.so $(ARCH_DIR)/*.o





More information about the llvm-commits mailing list