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:30:18 -05:00
parent 509e936edb
commit 75292d1d1f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ MODULES = cmwind commands database dbwind debug drc extflat extract \
MAKEFLAGS =
INSTALL_CAD_DIRS = windows doc ${TECH}
include defs.mak
-include defs.mak
all: $(ALL_TARGET)