Skip to content

Commit 42fb8a4

Browse files
committed
Removed problematic "echo." statement from Makefile
This suddenly started causing Make to fail with an error when it had been working previously.
1 parent b3c0c00 commit 42fb8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
33
# obtain one at http://mozilla.org/MPL/2.0/
44
#
5-
# Copyright (C) 2009-2013, Peter Johnson (www.delphidabbler.com).
5+
# Copyright (C) 2009-2014, Peter Johnson (www.delphidabbler.com).
66
#
77
# $Rev$
88
# $Date$
@@ -190,7 +190,7 @@ RELEASEFILENAME = $(RELEASEFILENAME)-portable
190190
!endif
191191
OUTFILE = Release\$(RELEASEFILENAME).zip
192192
release:
193-
@echo.
193+
@echo ---------------------
194194
@echo Creating Release File
195195
@echo ---------------------
196196
@cd ..

0 commit comments

Comments
 (0)