Skip to content

Commit be979ab

Browse files
committed
Makefile: Fix style of generated templates_parser-version.adb.
1 parent 54fda26 commit be979ab

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)