Skip to content

Commit b4b5c69

Browse files
committed
Ensure makefiles end in a single newline
1 parent b2972b1 commit b4b5c69

File tree

25 files changed

+0
-25
lines changed

25 files changed

+0
-25
lines changed

regression/goto-instrument/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ clean:
2929
cd ..; \
3030
fi \
3131
done
32-

src/aa-path-symex/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ all: aa-path-symex$(LIBEXT)
1414

1515
aa-path-symex$(LIBEXT): $(OBJ)
1616
$(LINKLIB)
17-

src/aa-symex/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ symex$(EXEEXT): $(OBJ)
5959

6060
symex-mac-signed: cbmc$(EXEEXT)
6161
strip symex$(EXEEXT) ; codesign -v -s $(OSX_IDENTITY) symex$(EXEEXT)
62-

src/analyses/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ all: analyses$(LIBEXT)
2121

2222
analyses$(LIBEXT): $(OBJ)
2323
$(LINKLIB)
24-

src/ansi-c/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,3 @@ generated_files: cprover_library.inc gcc_builtin_headers_generic.inc \
110110

111111
ansi-c$(LIBEXT): $(OBJ)
112112
$(LINKLIB)
113-

src/assembler/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ generated_files: assembler_lex.yy.cpp
2121

2222
assembler$(LIBEXT): $(OBJ)
2323
$(LINKLIB)
24-

src/cbmc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,3 @@ cbmc$(EXEEXT): $(OBJ)
7777

7878
cbmc-mac-signed: cbmc$(EXEEXT)
7979
strip cbmc$(EXEEXT) ; codesign -v -s $(OSX_IDENTITY) cbmc$(EXEEXT)
80-

src/cegis/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,3 @@ endif
141141

142142
cegis$(EXEEXT): $(OBJ)
143143
$(LINKBIN)
144-

src/clobber/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ clobber$(EXEEXT): $(OBJ)
5757

5858
clobber-mac-signed: cbmc$(EXEEXT)
5959
strip clobber$(EXEEXT) ; codesign -v -s $(OSX_IDENTITY) clobber$(EXEEXT)
60-

src/goto-analyzer/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ goto-analyzer$(EXEEXT): $(OBJ)
5757

5858
goto-analyzer-mac-signed: goto-analyzer$(EXEEXT)
5959
strip goto-analyzer$(EXEEXT) ; codesign -v -s $(OSX_IDENTITY) goto-analyzer$(EXEEXT)
60-

0 commit comments

Comments
 (0)