Added mode comment for emacs

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@29569 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2010-02-12 08:43:42 +00:00
parent bbfdee91a5
commit d14b6ae594
4 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,12 @@
2010-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* Instance/clibrary.mak: Added "# -*-makefile-*-" on the first
line for emacs.
* Instance/rules.make: Same change.
* Instance/test-library.make: Same change.
2010-02-12 Nicola Pero <nicola.pero@meta-innovation.com>
* Master/aggregate.make (AGGREGATE_PROJECTS): Recognize the
AGGREGATE_PROJECTS variable for compatibility with future
gnustep-makes where SUBPROJECTS will be removed and replaced by

View file

@ -1,11 +1,11 @@
#
# -*-makefile-*-
# Instance/clibrary.make
#
# Instance Makefile rules to build C libraries.
#
# Copyright (C) 2002 Free Software Foundation, Inc.
#
# Author: Nicola Pero <nicola@brainstorm.co.uk>
# Author: Nicola Pero <nicola.pero@meta-innovation.com>
#
# This file is part of the GNUstep Makefile Package.
#

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# rules.make
#
# Makefile rules for the Instance invocation.

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# Instance/test-library.make
#
# Instance Makefile rules for test/non-installed libraries