X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Frpcgen%2FMakefile;h=7dc13d3e5d6795e03b32a1c0486f8ec5f9c88650;hb=4929f11159f0e6568f13820f114594028fc81e2d;hp=defa7cbfb5ed00cbbd970cd4d249e757a33ec5c7;hpb=8b7ad01b14df1e7529b9ba8a1ea17df0d6004ef9;p=nfs-utils.git diff --git a/tools/rpcgen/Makefile b/tools/rpcgen/Makefile index defa7cb..7dc13d3 100644 --- a/tools/rpcgen/Makefile +++ b/tools/rpcgen/Makefile @@ -38,10 +38,13 @@ # Copyright (C) 1987, Sun Microsystems, Inc. # +TOP = ../../ TOOL = rpcgen OBJS = rpc_clntout.o rpc_cout.o rpc_hout.o rpc_main.o rpc_parse.o \ rpc_scan.o rpc_svcout.o rpc_tblout.o rpc_util.o rpc_sample.o +BUILD = true + include $(TOP)rules.mk @@ -53,3 +56,5 @@ all:: $(TOOL) install:: @: + +predep::all