diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 20:41:36 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-07-08 20:41:36 +0000 |
commit | 02417760c23a7d1856218f83388687c5a6fcb71e (patch) | |
tree | c9ef0ac9f69976c4471d870a622112d87133d432 | |
parent | 0ff22177b782dd2bf187b5bd2aefcb6f9722ac7e (diff) |
(DIST_FILES): Removed *.h.
-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-cross *.h + README NEWS tasks INSTALL INSTALL-cross all: $(addsuffix -all,$(lib-subdirs) $(working-prog-subdirs)) |