diff options
author | Roland McGrath <roland@gnu.org> | 1994-11-24 12:36:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-11-24 12:36:48 +0000 |
commit | 4d1a103e22df130b2d1147f9af3b76f743b80d54 (patch) | |
tree | 21374ec4a1dc3a7254a347abc8ce9fbe78be4437 /Makefile | |
parent | 6cc640f8c3a96695a7e1e9c8d92dfa8dedb3046e (diff) |
(DIST_FILES): Remove gcc-specs.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,8 +31,7 @@ working-prog-subdirs := $(filter-out \ $(patsubst %/,%,\ $(dir $(wildcard $(prog-subdirs:=/BROKEN)))),\ $(prog-subdirs)) -DIST_FILES = COPYING Makeconf Maketools README NEWS missing \ - gcc-specs tasks INSTALL +DIST_FILES = COPYING Makeconf Maketools README NEWS missing tasks INSTALL all: $(addsuffix -all,$(working-prog-subdirs)) |