diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-06 09:18:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-06 09:18:32 +0000 |
commit | 5d1987b3daac5ba967c8e84c065d510a9f6ea0ee (patch) | |
tree | 15e0f073da2f3c619cb32c909b243e0dd3250d40 /tests/mkdir | |
parent | 04c29cd1dbcf547d805135f0c8943eb9280451e6 (diff) | |
download | coreutils-5d1987b3daac5ba967c8e84c065d510a9f6ea0ee.tar.xz |
.
Diffstat (limited to 'tests/mkdir')
-rw-r--r-- | tests/mkdir/Makefile.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/mkdir/Makefile.in b/tests/mkdir/Makefile.in index 015a74392..bce00f67f 100644 --- a/tests/mkdir/Makefile.in +++ b/tests/mkdir/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@ |