| author | David McPaul <dlmcpaul@gmail.com> | 2009-04-11 14:00:39.0 +00:00:00 |
|---|---|---|
| committer | David McPaul <dlmcpaul@gmail.com> | 2009-04-11 14:00:39.0 +00:00:00 |
| commit | 294f58609a4251549f4359ddedbb0832e29d9a13 [patch] |
|
| tree | bdc1773949b48abe88be73c5e2550c35d1e10b9b |
|
| parent | 9da4e0a3c59921905270b2e62d3433e4beb25998 |
|
| download | 294f58609a4251549f4359ddedbb0832e29d9a13.tar.gz |
|
add newline to end of file
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30120 a95241bf-73f2-0310-859d-f6bbb57e9c96
Diff
yasm/make_beos | 2 +- yasm/make_haiku | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yasm/make_beos b/yasm/make_beos index e0ad4b8..5ee82b9 100755 --- a/yasm/make_beos +++ b/yasm/make_beos @@ -1,3 +1,3 @@ #! /bin/sh ./configure make make diff --git a/yasm/make_haiku b/yasm/make_haiku index 4215a38..58d6348 100755 --- a/yasm/make_haiku +++ b/yasm/make_haiku @@ -1,4 +1,4 @@ #! /bin/sh cp /boot/common/share/libtool/config/config.* config/ ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include make make