You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../bin86/no_elks.patch |
|
# Copyright (C) 2015 The OpenSDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This patch file is dual-licensed. It is available under the license the |
|
# patched project is licensed under, as long as it is an OpenSource license |
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
# of the GNU General Public License as published by the Free Software |
|
# Foundation; either version 2 of the License, or (at your option) any later |
|
# version. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
--- dev86-0.16.17/makefile.in.noelks 2006-01-25 17:03:02.000000000 -0500 |
|
+++ dev86-0.16.17/makefile.in 2006-01-25 17:03:19.000000000 -0500 |
|
@@ -89,10 +89,10 @@ |
|
|
|
#ifdef GNUMAKE |
|
all: check_config bcc86 cpp unproto copt as86 ar86 ld86 objdump86 \ |
|
- library lib-bsd alt-libs elksemu |
|
+ library lib-bsd alt-libs |
|
|
|
install: check_config install-bcc install-man \ |
|
- install-lib install-emu |
|
+ install-lib |
|
|
|
install-all: install install-other |
|
|
|
|