Print this page
5468 Missing dependencies in lib/Makefile

*** 21,30 **** --- 21,32 ---- # # # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2015 RackTop Systems. + # PROG= ncab2clf OBJS= ncab2clf.o SRCS= $(OBJS:%.o=%.c)
*** 53,63 **** .PARALLEL: $(OBJS) all: $(PROG) $(PROG): $(OBJS) ! $(LINK.c) $(OBJS) -o $@ $(POST_PROCESS) # # Message catalog # --- 55,65 ---- .PARALLEL: $(OBJS) all: $(PROG) $(PROG): $(OBJS) ! $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(POST_PROCESS) # # Message catalog #