Corrected Makefile to use -include instead of include on defs.mak

so that "make distclean" works.
This commit is contained in:
Tim Edwards 2020-02-24 17:31:06 -05:00
parent 027b4ae468
commit 23fb9356f4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ MODULES = base
MAKEFLAGS =
INSTALL_CAD_DIRS = lib doc
include defs.mak
-include defs.mak
all: $(ALL_TARGET)