mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-01 06:45:10 +00:00
finally fixed DISTFILES line
This commit is contained in:
12
Makefile.in
12
Makefile.in
@@ -85,7 +85,7 @@ SHELL = /bin/sh
|
|||||||
PROGS = @PROGS@
|
PROGS = @PROGS@
|
||||||
|
|
||||||
SRCS = check.c find_path.c logging.c parse.c sudo.c sudo_goodpath.c \
|
SRCS = check.c find_path.c logging.c parse.c sudo.c sudo_goodpath.c \
|
||||||
sudo_setenv.c parse.yacc parse.lex
|
sudo_setenv.c parse.yacc parse.lex visudo.c
|
||||||
|
|
||||||
PARSEOBJS = y.tab.o lex.yy.o
|
PARSEOBJS = y.tab.o lex.yy.o
|
||||||
|
|
||||||
@@ -100,11 +100,11 @@ HDRS = sudo.h pathnames.h options.h compat.h version.h insults.h
|
|||||||
|
|
||||||
VERSION = 1.3.1pl5b1
|
VERSION = 1.3.1pl5b1
|
||||||
|
|
||||||
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS PORTING
|
DISTFILES = $(SRCS) $(HDRS) BUGS CHANGES COPYING HISTORY INSTALL OPTIONS TODO \
|
||||||
README RUNSON TODO TROUBLESHOOTING Makefile.in acsite.m4 getcwd.c
|
PORTING README RUNSON TODO TROUBLESHOOTING Makefile.in acsite.m4 \
|
||||||
putenv.c strdup.c lsearch.c search.h tgetpass.c config.h.in
|
aixcrypt.exp config.h.in configure configure.in getcwd.c strdup.c \
|
||||||
configure.in configure indent.pro install-sh sample.sudoers sudo.man
|
indent.pro install-sh lsearch.c putenv.c tgetpass.c search.h \
|
||||||
sudo.cat visudo.man visudo.cat sudoers aixcrypt.exp visudo.c
|
sudoers sample.sudoers sudo.cat sudo.man visudo.cat visudo.man
|
||||||
|
|
||||||
all: $(PROGS)
|
all: $(PROGS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user