Skip to content

Commit

Permalink
Fix the comment in the head of Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
liuml07 committed Sep 2, 2013
1 parent cc878a3 commit 71218b9
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##===- projects/sample/Makefile ----------------------------*- Makefile -*-===##
##===- giri/Makefile ----------------------------*- Makefile -*-===##
#
# This is a sample Makefile for a project that uses LLVM.
# This is the top Makefile for Giri project, dynamic slicing in LLVM
#
##===----------------------------------------------------------------------===##
##===-----------------------------------------------------------===##

#
# Indicates our relative path to the top of the project's root directory.
Expand Down
2 changes: 1 addition & 1 deletion lib/Giri/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
##===- giri/lib/Giri/Makefile ----------------------------*- Makefile -*-===##

#
# Indicate where we are relative to the top of the source tree.
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##===- projects/sample/lib/Makefile ------------------------*- Makefile -*-===##
##===- giri/lib/Makefile ----------------------------*- Makefile -*-===##

#
# Relative path to the top of the source tree.
Expand Down
2 changes: 1 addition & 1 deletion lib/Utility/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
##===- giri/lib/Utility/Makefile --------------------------*- Makefile -*-===##

#
# Indicate where we are relative to the top of the source tree.
Expand Down
2 changes: 1 addition & 1 deletion runtime/Giri/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===##
##===- giri/runtime/Giri/Makefile ------------------------*- Makefile -*-===##

#
# Indicate where we are relative to the top of the source tree.
Expand Down
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
##===- runtime/Makefile ------------------------------------*- Makefile -*-===##
##===- giri/runtime/Makefile -----------------------------*- Makefile -*-===##

#
# Relative path to the top of the source tree.
Expand Down
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
##===- diagnosis/test/Makefile -----------------------------*- Makefile -*-===##
##===- giri/test/Makefile ------------------------------*- Makefile -*-===##
#
# Define the default test rule, which allows people to just type 'make test' in
# this directory.
#
##===----------------------------------------------------------------------===##
##===------------------------------------------------------------------===##

# The default target in this directory is the test:: target
test::
Expand Down
3 changes: 1 addition & 2 deletions test/hello-world/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Makefile for the hello world test for giri
#
##===- giri/test/hello-world/Makefile --------------------*- Makefile -*-===##
#

CC = clang
Expand Down

0 comments on commit 71218b9

Please sign in to comment.