diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-02 23:03:59 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-02 23:03:59 (EDT) |
commit | c50d9f721e11694c3e54093a9224faf680ed7e48 (patch) | |
tree | d5fe62e1ab43fab0f41aaca97ff87385a34c54bd | |
parent | f28a932ba5753dc17888edff40652cccce8b60b7 (diff) |
Get rid of old INSTALL macros.
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | lib/Makefile.in | 2 | ||||
-rw-r--r-- | locale/Makefile.in | 2 | ||||
-rw-r--r-- | man/Makefile.in | 2 | ||||
-rw-r--r-- | src/Makefile.in | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/Makefile.in b/Makefile.in index 6ef9708..00446b8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,8 +31,6 @@ DESTDIR = / sh = @sh@ -INSTALL = @install@ - MACROS = \ 'DESTDIR=$(DESTDIR)' \ 'prefix=$(prefix)' \ diff --git a/lib/Makefile.in b/lib/Makefile.in index 0847536..e4c58f8 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -31,8 +31,6 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ s&@@LIBDIR@@&$(libdir)&;\ s&@@LOCALEDIR@@&$(localedir)&; -INSTALL = @install@ - .SUFFIXES: .SUFFIXES: .sh diff --git a/locale/Makefile.in b/locale/Makefile.in index 1e08b0d..cebf6d1 100644 --- a/locale/Makefile.in +++ b/locale/Makefile.in @@ -25,8 +25,6 @@ prefix = @prefix@ datadir = @datadir@ localedir = @localedir@ -INSTALL = @install@ - .SUFFIXES: .SUFFIXES: .sh diff --git a/man/Makefile.in b/man/Makefile.in index 387a599..ff942ae 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -32,8 +32,6 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ s&@@PACKAGE_VERSION@@&$(package_version)&;\ s&@@PACKAGE_DESCRIPTION@@&$(package_description)&; -INSTALL = @install@ - .SUFFIXES: .SUFFIXES: .in diff --git a/src/Makefile.in b/src/Makefile.in index 7740e13..b8f2c12 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -32,8 +32,6 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\ s&@@LIBDIR@@&$(libdir)&;\ s&@@SH@@&$(sh)&; -INSTALL = @install@ - .SUFFIXES: .SUFFIXES: .sh |