[llvm-commits] CVS: llvm/utils/Burg/Makefile 
    Reid Spencer 
    reid at x10sys.com
       
    Fri Oct 22 16:05:57 PDT 2004
    
    
  
Changes in directory llvm/utils/Burg:
Makefile updated: 1.26 -> 1.27
---
Log message:
Remove double colon rule for gram.tab.h so it doesn't conflict with the
auto-generated dependency rule.
---
Diffs of the changes:  (+1 -1)
Index: llvm/utils/Burg/Makefile
diff -u llvm/utils/Burg/Makefile:1.26 llvm/utils/Burg/Makefile:1.27
--- llvm/utils/Burg/Makefile:1.26	Fri Oct 22 16:02:08 2004
+++ llvm/utils/Burg/Makefile	Fri Oct 22 18:05:46 2004
@@ -12,7 +12,7 @@
 
 include $(LEVEL)/Makefile.common
 
-gram.tab.c gram.tab.h:: gram.yc
+gram.tab.c gram.tab.h: gram.yc
 	$(VERB) $(BISON) -o gram.tab.c -d $<
 
 $(SourceDir)/lex.c: gram.tab.h
    
    
More information about the llvm-commits
mailing list