Ognyan Kulev <[EMAIL PROTECTED]> writes: > Miguel wrote: >> I think the problem is that, when first entering the directory 'oskit', >> the GNUmakefile can not include the Makeconf file -- it does not exist! >> Look at the extract from the GNUmakefile: >> #### Start of configuration section #### >> OSKIT_SRCDIR = ../.. >> OBJDIR = . >> prefix = /home/miguel/hurd >> exec_prefix = ${prefix} >> include $(OBJDIR)/Makeconf >> It sets the OBJDIR to 'this' directory and there is no Makeconf file in >> 'this' directory. > > It should be "OBJDIR = ..". I can't explain how this could > happen. build/oskit/GNUmakefile is generated from oskit/GNUmakefile.in where > OBJDIR is hard-coded to "..". Do you have some clues?
nop, OBJDIR is hard-coded to "." in the oskit/GNUmakefile.in! I tryied to change it to ".." but there are problems after that: make[1]: Entering directory `/home/miguel/cvs/hurd/oskit/build/oskit' make: *** oskit/: No such file or directory. Stop. make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [oskit/all.MAKE] Error 2 make[1]: Leaving directory `/home/miguel/cvs/hurd/oskit/build/oskit' make: *** [oskit/all.MAKE] Error 2 -- Miguel _______________________________________________ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd