blob: 39f504ebeaa36283fbd0ae3723c69f535089f6fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- Makefile.orig 2006-10-02 22:10:39.000000000 +0200
+++ Makefile 2006-10-02 22:18:13.000000000 +0200
@@ -153,10 +153,7 @@
#
# everything needed to run, just short of installation
#
-all: lilo bootsect.b diag1.img # OBSOLETE: $(BOOTS) edit dparam.com activate
- if [ -x /usr/bin/bcc -o -x /usr/local/bin/bcc ]; then \
- make diagnostic; \
- make dosexe; fi
+all: lilo
#
# everything above plus the statically linked version
|