summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Makefile.in2
-rw-r--r--tests/chmod/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in
index c9b4b51f0..f6e0260f9 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -58,7 +58,7 @@ DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
getcwd.h getdate.h getdate.y getgroups.c gethostname.c \
gethrxtime.c gethrxtime.h getline.c getline.h getloadavg.c \
getndelim2.c getopt.c getopt1.c getpagesize.h getpass.c \
- gettime.c gettimeofday.c getugroups.c getusershell.c \
+ getpass.h gettime.c gettimeofday.c getugroups.c getusershell.c \
group-member.c group-member.h hard-locale.c hard-locale.h \
hash-pjw.c hash-pjw.h hash.c hash.h human.c human.h idcache.c \
imaxtostr.c intprops.h inttostr.c inttostr.h lchown.c lchown.h \
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in
index ecb1de1fa..c2d27a627 100644
--- a/tests/chmod/Makefile.in
+++ b/tests/chmod/Makefile.in
@@ -280,7 +280,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
AUTOMAKE_OPTIONS = 1.4 gnits
-TESTS = no-x equals equal-x c-option setgid usage
+TESTS = no-x equals equal-x c-option setgid umask-x usage
EXTRA_DIST = $(TESTS)
TESTS_ENVIRONMENT = \
PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH"