diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 20:40:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 20:40:16 +0000 |
commit | 0ff22177b782dd2bf187b5bd2aefcb6f9722ac7e (patch) | |
tree | 7d05282bb3580c3680051e3f002b77397489f109 /Makefile | |
parent | bcffa51bd5af4e9842efb67b2d0713dba26fcbda (diff) |
(DIST_FILES): Removed INSTALL-binary; now in ./release/.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ working-prog-subdirs := $(filter-out \ $(prog-subdirs)) DIST_FILES = COPYING Makeconf config.make.in configure.in configure \ hurd.boot build.mk.in build.mkcf.in SETUP \ - README NEWS tasks INSTALL INSTALL-binary INSTALL-cross *.h + README NEWS tasks INSTALL INSTALL-cross *.h all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |