Use PROGNAME_MAKEDEPEND
This commit is contained in:
parent
b0865976d6
commit
6aae0e5d0f
@ -33,11 +33,13 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#define PROGNAME_MAKEDEPEND "makedepend"
|
||||||
|
|
||||||
|
|
||||||
/* usage */
|
/* usage */
|
||||||
static int _usage(void)
|
static int _usage(void)
|
||||||
{
|
{
|
||||||
fputs("Usage: makedepend\n", stderr);
|
fputs("Usage: " PROGNAME_MAKEDEPEND "\n", stderr);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user