made CPP point to the right place. should check these things before commit.

This commit is contained in:
cgd 1993-04-04 12:37:24 +00:00
parent 92bab71e9b
commit b7ecca3b78

View File

@ -56,7 +56,7 @@ struct commandline {
}; };
static char *cmdname; static char *cmdname;
static char CPP[] = "/lib/cpp"; static char CPP[] = "/usr/bin/cpp";
static char CPPFLAGS[] = "-C"; static char CPPFLAGS[] = "-C";
static char *allv[] = { static char *allv[] = {
"rpcgen", "-s", "udp", "-s", "tcp", "rpcgen", "-s", "udp", "-s", "tcp",