Print this page
5468 Missing dependencies in lib/Makefile

*** 20,29 **** --- 20,31 ---- # # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # + # Copyright 2015 RackTop Systems. + # PROG= rpc.rexd on # where under #RPCGEN= rpcgen REXDPROG= rpc.rexd
*** 110,120 **** # derived source files and explicit dependencies #rex_xdr.o \ #rex_svc.o \ #rex_clnt.o: rex.h rex.c ! # $(LINK.c) -c -o $@ rex.c on.o: rex.h rpc.rexd.o: rex.h --- 112,122 ---- # derived source files and explicit dependencies #rex_xdr.o \ #rex_svc.o \ #rex_clnt.o: rex.h rex.c ! # $(LINK.c) -c -o $@ rex.c $(LDLIBS) on.o: rex.h rpc.rexd.o: rex.h