mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-08 02:31:36 +02:00
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.
This commit is contained in:
parent
5646c95bfc
commit
2fe193b477
1 changed files with 0 additions and 4 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue