diff options
author | Jim Meyering <jim@meyering.net> | 1997-06-01 17:58:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-06-01 17:58:27 +0000 |
commit | 5f0bf654a462198bd537730259d7b5ea4b9ab6c0 (patch) | |
tree | 8711559eab6a90a29310e75f494812be7f993bdb /tests | |
parent | 985bd80461c046c1c37b436d8923fcb20078205f (diff) | |
download | coreutils-5f0bf654a462198bd537730259d7b5ea4b9ab6c0.tar.xz |
(mk-script): Depend on ../../config.status.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/date/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/date/Makefile.am b/tests/date/Makefile.am index 5f7028ec5..a7ddab1ab 100644 --- a/tests/date/Makefile.am +++ b/tests/date/Makefile.am @@ -29,6 +29,8 @@ $x-tests: @MAINT@mk-script Test.pm mv $@.n $@ chmod 755 $@ +mk-script: ../../config.status + SUFFIXES = .pl .pl: |