From 2fe193b477959ef47f51556ea356a11285a6eb0d Mon Sep 17 00:00:00 2001 From: Matt Latusek Date: Wed, 2 Apr 2025 21:36:42 +0000 Subject: [PATCH] BSDmakefile: remove .OBJDIR .OBJDIR is a variable, not a special target. It somehow worked with FreeBSD's make but it didn't with OpenBSD, because that line defined the first target that would be executed if not extra command line arguments were given. --- BSDmakefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BSDmakefile b/BSDmakefile index 38c04fe9fb..f4a819ff93 100644 --- a/BSDmakefile +++ b/BSDmakefile @@ -36,10 +36,6 @@ GARGS = "--no-print-directory" JARG = -j$(.MAKE.JOBS) .endif -# bmake prefers out-of-source builds and tries to cd into ./obj (among others) -# where possible. GNU Make doesn't, so override that value. -.OBJDIR: ./ - # The GNU convention is to use the lowercased `prefix` variable/macro to # specify the installation directory. Humor them. GPREFIX =