From 294f58609a4251549f4359ddedbb0832e29d9a13 Mon Sep 17 00:00:00 2001 From: David McPaul Date: Sat, 11 Apr 2009 14:00:39 +0000 Subject: [PATCH] add newline to end of file git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@30120 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- 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 e0ad4b8143..5ee82b9457 100755 --- a/yasm/make_beos +++ b/yasm/make_beos @@ -1,3 +1,3 @@ #! /bin/sh ./configure -make \ No newline at end of file +make diff --git a/yasm/make_haiku b/yasm/make_haiku index 4215a38b43..58d6348044 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 \ No newline at end of file +make