Mercurial > hg > Members > kono > nitros9-code
changeset 1153:238d270bcb77
DEFS added to list of dirs, left of inadvertently
author | boisy |
---|---|
date | Wed, 30 Apr 2003 15:18:24 +0000 |
parents | e5dc6b4823e4 |
children | c8b36ad42f6a |
files | level2/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/makefile Wed Apr 30 14:44:25 2003 +0000 +++ b/level2/makefile Wed Apr 30 15:18:24 2003 +0000 @@ -3,7 +3,7 @@ RELEASE = os9l2v030101 BOOTFILE = BOOTFILES/bootfile_vdg KERNEL = BOOTFILES/kernel_stock -DIRS = CMDS MODULES SYS BOOTFILES +DIRS = CMDS MODULES DEFS SYS BOOTFILES CMDS = $(shell $(CD) CMDS; make showobjs) MODULES = $(shell $(CD) MODULES; make showcopyobjs)