From 14fbd99155c5fb5ccbcb266c7c60e8e4c80a7bb6 Mon Sep 17 00:00:00 2001 From: mi 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/files') diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in index 31f0226..69e45c0 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.1