summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>2005-01-23 15:31:04 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:48:50 +0200
commit62c27c1c5cb6257b13dfc9be0394e0d2e86f2735 (patch)
treef702b7e5f80293367e1b6f9812bd45e80378be26 /Makefile
parent6cb598cc5f1c8ae6d14381c2776338584368257e (diff)
downloaddev86-62c27c1c5cb6257b13dfc9be0394e0d2e86f2735.tar.gz
Import Dev86src-0.16.17.tar.gzv0.16.17
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 1b4de4a..b34dd33 100644
--- a/Makefile
+++ b/Makefile
@@ -2,10 +2,10 @@
# This file is part of the Linux-8086 Development environment and is
# distributed under the GNU General Public License.
-VERSION=0.16.16
+VERSION=0.16.17
TARGETS=install clean other \
- bcc unproto copt as86 ld86 elksemu \
+ bcc86 unproto copt as86 ld86 elksemu \
install-all install-bcc install-emu install-lib \
install-lib2 install-ln install-man install-other \
all-libs alt-libs library lib-386 lib-bsd lib-dos lib-fast lib-stand \
@@ -59,10 +59,10 @@ make.fil: ifdef makefile.in
@rm -f tmp.mak tmp.sed
ifdef: ifdef.o
- $(CC) $(LDFLAGS) -o ifdef ifdef.o
+ $(CC) $(IFDEFARCH) $(LDFLAGS) -o ifdef ifdef.o
ifdef.o: ifdef.c
- $(CC) $(CFLAGS) $(IFDEFFLAGS) -c ifdef.c
+ $(CC) $(IFDEFARCH) $(CFLAGS) $(IFDEFFLAGS) -c ifdef.c
uninstall:
@echo 'Sorry, no go; it was just wrong.'