From afe8f37fd76d3a1a4a007dd411e986342bc68eed Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Sun, 11 Mar 2001 23:00:04 +0000 Subject: Just use ${PREFIX} instead of ``UL''. Now that strtoull is part of libc (and declared in stdlib.h), don't -Dstrtoull=strtoul. --- editors/fb/files/Makefile.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'editors/fb') diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in index 31f0226ffc9b..69e45c0f54af 100644 --- a/editors/fb/files/Makefile.in +++ b/editors/fb/files/Makefile.in @@ -1,8 +1,6 @@ PROG=fb -CFLAGS+=-Dstrtoull=strtoul - -BINDIR=UL/bin -MANDIR=UL/man/man +BINDIR=${PREFIX}/bin +MANDIR=${PREFIX}/man/man .include -- cgit v1.2.3