Skip to content

Commit a77bcdf

Browse files
authored
Merge pull request #34 from TurboGit/master
Makefile: Fix style of generated templates_parser-version.adb.
2 parents 54fda26 + be979ab commit a77bcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ build: $(version_path)
151151

152152
$(version_path):
153153
echo "-- Generated, by ../Makefile" > $(version_path)
154-
echo "separate(Templates_Parser)" >> $(version_path)
154+
echo "separate (Templates_Parser)" >> $(version_path)
155155
echo "function Version return String is" >> $(version_path)
156156
echo "begin" >> $(version_path)
157157
echo " return \"$(VERSION)\";" >> $(version_path)

0 commit comments

Comments
 (0)