Date: Mon, 19 Jan 1998 00:16:44 -0600 (CST) From: Oliver Banta <obanta@unixgeeks.net> To: questions@FreeBSD.ORG Subject: make depend in /usr/src Message-ID: <199801190616.AAA08777@aenima.unixgeeks.net>
next in thread | raw e-mail | index | archive | help
Hello, I'm just curious if `make depend` in /usr/src is supposed to be broken? I've ran it everytime I've made world since installing 2.2.1 and it has always worked until recently. From the makefile, it appears make world does the necessary dependencies, but I thought I would check to be sure. The error I get is: > ===> usr.bin/ncal > rm -f .depend > mkdep -f .depend -a ncal.c > ncal.c:32: calendar.h: No such file or directory > mkdep: compile failed > *** Error code 1 calendar.h exists on my system at the following locations: > /usr/src/lib/libcalendar/calendar.h > /usr/src/usr.bin/calendar/calendar.h (They are not identical). I can give diff output on request... P.S. I rm'ed the entire /usr/src tree yesterday and cvsup'ed for 4 hours over my slow modem connection to make sure it wasn't my source tree that was hosed. I get the exact same error. Thanks, -- Oliver Banta <obanta@unixgeeks.net> | Computer Engineering Major at UNL - - - - - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - "Software is like sex, it's better when it's free" - Linus Torvalds
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801190616.AAA08777>