diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 00:45:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 00:45:38 +0000 |
commit | 77ed43eeca744c4a7e2b36940c7b32e1adb84af9 (patch) | |
tree | 301aa1f7ab8dea28e5068b890774e8d20644e2a3 /gnu/usr.bin/texinfo/Makefile.bsd-wrapper | |
parent | 1bceb62c364061638e90149508f144efc3ff64d8 (diff) |
move CC, CCX, and COPTS forward; wd@ics.nara-wu.ac.jp
Diffstat (limited to 'gnu/usr.bin/texinfo/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/texinfo/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper index 8bda257ed0c..9cc535633f2 100644 --- a/gnu/usr.bin/texinfo/Makefile.bsd-wrapper +++ b/gnu/usr.bin/texinfo/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.28 1999/01/24 18:42:16 espie Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.29 1999/06/07 00:45:37 deraadt Exp $ INFODIR= infodir=${DESTDIR}/usr/share/info INFOPATH= DEFAULT_INFOPATH=/usr/local/info:/usr/share/info:. @@ -7,7 +7,7 @@ CLEANFILES= makeinfo/makeinfo.info info/info.info info/info-stnd.info \ NOMAN= # info.1 manpage passed into obsolescence SUBDIRS= intl lib info makeinfo po util doc -GNUCFLAGS= CFLAGS="${CFLAGS}" +GNUCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" FSFMAKE= ${MAKE} SUBDIRS="${SUBDIRS}" ${GNUCFLAGS} ${INFODIR} \ ${INFOPATH} FSFALL=all-recursive |