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:
ru 2003-10-03 20:47:37 +00:00
parent a4bce3434f
commit ce2cb7a182

View File

@ -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