Ticket Change Details
Not logged in
Overview

Artifact ID: f5501ef344e21691eacda45e7e176cbdcfc5ec6e
Ticket: 6e51013097c17eada8598e1cd264706376e7b30b
Avoid "obj" directory for builds
User & Date: anonymous 2010-11-09 01:15:37
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous claiming to be james added on 2010-11-09 01:15:37:</i><br />
    I suffer from this same issue on OpenBSD and have to use gmake to get around it. Simply changing OBJDIR = ./obj in Makefile to OBJDIR = ./objs would be enough. Sure it kind of sucks but at least it allows the default bsd make to work after the first time.
    
  2. resolution changed to: "Open"