95880836aa
Linux 8086 development environment. This is based on Bruce Evans's C compiler with additonal code, including a reasonable C library for ELKS DOS or standalone, written by myself and others. This is a replacement for devel/bcc.
12 lines
347 B
Text
12 lines
347 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/10/15 14:02:37 bouyer Exp $
|
|
|
|
--- Makefile.orig 2004-06-20 19:57:52.000000000 +0200
|
|
+++ Makefile
|
|
@@ -12,7 +12,6 @@ TARGETS=install clean other \
|
|
config tests dis88 doselks bootblocks ld86r
|
|
|
|
ELKSSRC= /usr/src/elks
|
|
-PREFIX= /usr
|
|
BINDIR= $(PREFIX)/bin
|
|
LIBDIR= $(PREFIX)/lib/bcc
|
|
INCLDIR= $(PREFIX)/lib/bcc
|