Replace a poor message with one that isn't misleading.

See SF bug #699323.
This commit is contained in:
Fred L. Drake, Jr. 2003-07-16 12:21:25 +00:00
parent 63870ec6db
commit 4b4c45e4d6

View File

@ -38,6 +38,7 @@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
IF F$SEARCH("$(LIBRARY)") .EQS. "" THEN $(LIBR) /CREATE /OBJECT $(LIBRARY)
all : $(LIBRARY)
@ write sys$output "All made."
.SUFFIXES :
.SUFFIXES : $(OLB) $(O) .C .H