diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-06 21:16:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-06 21:16:57 +0000 |
commit | 45ef6ccef8ada779c4ba999cccfd529b476f989d (patch) | |
tree | a25cbec978eabb0d4ad3797998087fcb1b3a7205 /tests/cut | |
parent | 20e1875a322c2966d053e5fa871244f2cf3370f8 (diff) | |
download | coreutils-45ef6ccef8ada779c4ba999cccfd529b476f989d.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index ae9ae2e6e..b95b0be3d 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.2c from Makefile.am +# Makefile.in generated automatically by automake 1.2d from Makefile.am # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -49,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ -NORMAL_INSTALL = true -PRE_INSTALL = true -POST_INSTALL = true -NORMAL_UNINSTALL = true -PRE_UNINSTALL = true -POST_UNINSTALL = true +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ CC = @CC@ |