diff options
Diffstat (limited to 'getopt')
-rw-r--r-- | getopt/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Makefile.am b/getopt/Makefile.am index 58ae7fc3..bd3e7942 100644 --- a/getopt/Makefile.am +++ b/getopt/Makefile.am @@ -1,6 +1,6 @@ include $(top_srcdir)/config/include-Makefile.am -usrbinexec_PROGRAMS = getopt +usrbin_exec_PROGRAMS = getopt dist_man_MANS = getopt.1 exampledir = $(datadir)/getopt/ |