Removed the ancient .LIBS setting that causes non-existent
libraries to be reported as up-to-date. Before: # make -f /dev/null nonexistent.a `nonexistent.a' is up to date. After: # make -f /dev/null nonexistent.a make: don't know how to make nonexistent.a. Stop PR: bin/44137 (part of)
This commit is contained in:
parent
a4bce3434f
commit
ce2cb7a182
@ -19,8 +19,6 @@ unix ?= We run FreeBSD, not UNIX.
|
||||
.SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh
|
||||
.endif
|
||||
|
||||
.LIBS: .a
|
||||
|
||||
X11BASE ?= /usr/X11R6
|
||||
|
||||
AR ?= ar
|
||||
|
Loading…
Reference in New Issue
Block a user