mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
bbfdee91a5
commit
d14b6ae594
4 changed files with 11 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# rules.make
|
||||
#
|
||||
# Makefile rules for the Instance invocation.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# Instance/test-library.make
|
||||
#
|
||||
# Instance Makefile rules for test/non-installed libraries
|
||||
|
|
Loading…
Reference in a new issue