Message-ID: <010d01bf60ef$d8b87240$293f8589@gv015029.bgo.nera.no> From: "Gisle Vanem" To: "djgpp" Subject: make depend Date: Mon, 17 Jan 2000 14:36:20 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp AT delorie DOT com Ever since installing gcc 2.95.2 (and djgpp 2.03), 'make depend' targets always includes extra files from $DJDIR/include. Example: charpool.o: charpool.c e:/djgpp/lib/../include/sys/version.h \ charpool.h utils.h error.h With a file 'charpool.c' that only includes which includes . Looking at I note it lacks "#ifndef __dj_ENFORCE_ANSI_FREESTANDING" around it as others do. If this the reason? Gisle V.