diff options
| author | itojun <itojun@NetBSD.org> | 2000-11-04 15:38:32 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2000-11-04 15:38:32 +0000 |
| commit | b04b150e28adc36408bd339efbe730bdb2ed30dd (patch) | |
| tree | 4de409728369aecb0b8c8ad4d5fb9dacaccd8da9 /gnu | |
| parent | 455900d894eabfa98ffd1a60c034de74d00a6d15 (diff) | |
s/make/${MAKE}/
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gettext/Makefile.inc.prog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gettext/Makefile.inc.prog b/gnu/usr.bin/gettext/Makefile.inc.prog index fb21f322afb..9b57cc9edce 100644 --- a/gnu/usr.bin/gettext/Makefile.inc.prog +++ b/gnu/usr.bin/gettext/Makefile.inc.prog @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.inc.prog,v 1.1 2000/11/02 01:09:01 itojun Exp $ +# $NetBSD: Makefile.inc.prog,v 1.2 2000/11/04 15:38:32 itojun Exp $ -LIBDIR!= cd ${.CURDIR}/../lib; make print-objdir +LIBDIR!= cd ${.CURDIR}/../lib; ${MAKE} print-objdir LDADD+= -lintl DPADD+= ${LIBINTL} |
