summaryrefslogtreecommitdiff
path: root/data/defs.make
diff options
context:
space:
mode:
Diffstat (limited to 'data/defs.make')
-rw-r--r--data/defs.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/data/defs.make b/data/defs.make
index ad2c9ed..3dc515c 100644
--- a/data/defs.make
+++ b/data/defs.make
@@ -1,11 +1,11 @@
-# Common definitions for Makefiles in this directory hierarchy.
+# defs.make: Common definitions for Makefiles in this directory hierarchy.
#
# Copyright (C) 1992, 2004, 2011 Free Software Foundation, Inc.
#
-# This program is free software; you can redistribute it and/or modify
+# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -13,8 +13,8 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
# A GNUmakefile in this hierarchy should first include this file, and
@@ -30,7 +30,7 @@ LDFLAGS = $(XLDFLAGS)
LIBS = -lm
RANLIB = ranlib
srcdir = .
-
+
# Here is the rule to make `foo.o' from `foo.c'. We want CFLAGS to be
# user-settable, so we can't use the default implicit rule.
kpathsea_srcdir = ../../kpathsea
@@ -77,7 +77,7 @@ kpathsea = $(kpathsea_dir)/libkpathsea.a
sources := $(addsuffix .c, $(c_and_h) $(c_only))
headers := $(addsuffix .h, $(c_and_h) $(h_only))
objects := $(addsuffix .o, $(basename $(y) $(sources)))
-
+
# The real default target is in either defslib.make or defsprog.make.
default: all
.PHONY: default