From 1c767a61bd99cb31d739de8a28485f22586e2cb0 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 7 May 1997 19:43:51 +0000 Subject: Wed May 7 15:32:08 1997 Thomas Bushnell, n/BSG * version.c (version): Update to version 1.1. * NEWS: New file. Mon May 5 11:34:01 1997 Thomas Bushnell, n/BSG * Makefile.in (enable_kdb): Use findstring instead of filter. Reported by Marcus Daniels (marcus@cathcart.sysc.pdx.edu). --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7f1417c..8611cb0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ ifeq ($(cross_linkable),yes) endif # Detect if the user wants KDB -ifeq ($(filter -DMACH_KDB,@DEFS@),-DMACH_KDB) +ifeq ($(findstring -DMACH_KDB,@DEFS@),-DMACH_KDB) enable_kdb=yes else enable_kdb=no -- cgit v1.2.3