diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-02-18 09:05:25 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-02-18 09:05:25 +0000 |
commit | c1f2d0aef4b6840db6b7e7e8700e042fad82f387 (patch) | |
tree | a0e3cdef39c23d3ccaf692937a798cbcdb9797cd /app/mkfontscale/Makefile.in | |
parent | cf5cf8a8c803146810745acf6686633a390531c4 (diff) |
Update to mkfontscale 1.1.0
Diffstat (limited to 'app/mkfontscale/Makefile.in')
-rw-r--r-- | app/mkfontscale/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app/mkfontscale/Makefile.in b/app/mkfontscale/Makefile.in index 1c479a6c5..49747f932 100644 --- a/app/mkfontscale/Makefile.in +++ b/app/mkfontscale/Makefile.in @@ -14,9 +14,9 @@ @SET_MAKE@ -# +# # Copyright 2005 Red Hat, Inc. -# +# # Permission to use, copy, modify, distribute, and sell this software # and its documentation for any purpose is hereby granted without fee, # provided that the above copyright notice appear in all copies and that @@ -26,7 +26,7 @@ # without specific, written prior permission. Red Hat makes no # representations about the suitability of this software for any # purpose. It is provided "as is" without express or implied warranty. -# +# # RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN # NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR @@ -121,6 +121,7 @@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ +BASE_CFLAGS = @BASE_CFLAGS@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ @@ -177,6 +178,7 @@ PKG_CONFIG = @PKG_CONFIG@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ +STRICT_CFLAGS = @STRICT_CFLAGS@ STRIP = @STRIP@ VERSION = @VERSION@ X11_CFLAGS = @X11_CFLAGS@ |