Skip to content

Commit c60c0d2

Browse files
committed
OSPL-2099 Add comment to identify Makefiles to emacs, allegedly.
1 parent 1c454ac commit c60c0d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

modules/MakeWorkspaceBase.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ sub workspace_preamble {
6161

6262
## Optionally print the workspace comment
6363
$self->print_workspace_comment($fh,
64+
'# -*-Makefile-*-', $crlf,
6465
'#----------------------------------------------------------------------------', $crlf,
6566
'# ', $name, $crlf,
6667
'#', $crlf,

templates/make.mpd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# -*-Makefile-*-
12
#----------------------------------------------------------------------------
23
# Macros
34
#----------------------------------------------------------------------------

0 commit comments

Comments
 (0)