diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
commit | b05cb1d99e1f4595696d62dda6ed4b55b568c6c4 (patch) | |
tree | b6fecb1f99d3e53db073449d52d889a63beaa2c7 /Makefile.am | |
parent | c8a60e7431e9c6a2d09823a5aea8a9ad33f6744a (diff) | |
download | gunmake-b05cb1d99e1f4595696d62dda6ed4b55b568c6c4.tar.gz |
* Make some portability fixes.3.77.90
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index bf49040..d09ae48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,13 +31,6 @@ MOSTLYCLEANFILES = loadavg.c CLEANFILES = loadavg -# --------------- Local BUILD Section - -build.sh: $(top_builddir)/config.status $(srcdir)/build.sh.in - cd $(top_builddir) \ - && CONFIG_FILES=build.sh.in CONFIG_HEADERS= $(SHELL) ./config.status - - # --------------- Local INSTALL Section # If necessary, change the gid of the app and turn on the setgid flag. |