Print this page
5468 Missing dependencies in lib/Makefile

*** 20,29 **** --- 20,31 ---- # # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2015 RackTop Systems. + # # Makefile for cmd/audio/audiotest PROG= audiotest OBJS= audiotest.o wavedata.o SRCS= $(OBJS:%.o=%.c)
*** 36,46 **** .KEEP_STATE: all: $(PROG) $(PROG): $(OBJS) ! $(LINK.c) $(OBJS) -o $@ $(POST_PROCESS) install: all $(ROOTPROG) clean: --- 38,48 ---- .KEEP_STATE: all: $(PROG) $(PROG): $(OBJS) ! $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(POST_PROCESS) install: all $(ROOTPROG) clean: