Print this page
5468 Missing dependencies in lib/Makefile

*** 21,30 **** --- 21,32 ---- # # # Copyright (c) 1997-1999 by Sun Microsystems, Inc. # All rights reserved. # + # Copyright 2015 RackTop Systems. + # .KEEP_STATE: PROG = spec2trace
*** 48,53 **** CERRWARN += -_gcc=-Wno-unused-label parseproto := RM = @echo keeping # do not remove generated C code parseproto := COPTFLAG = -g -DDEBUG -DMEM_DEBUG -DTRACE parseproto: parseproto.o ! $(LINK.c) -o parseproto parseproto.o --- 50,55 ---- CERRWARN += -_gcc=-Wno-unused-label parseproto := RM = @echo keeping # do not remove generated C code parseproto := COPTFLAG = -g -DDEBUG -DMEM_DEBUG -DTRACE parseproto: parseproto.o ! $(LINK.c) -o parseproto parseproto.o $(LDLIBS)