diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:07:53 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-01 19:07:53 +0000 |
commit | 60bef70d7beeeee60d61ecfe3c7224c50b34308a (patch) | |
tree | e33456969585c9c130633ac42a52e696f541a569 /Makefile | |
parent | 94773bc7f0140e113cfb6f81d6dfe10f511bfeb4 (diff) |
Formerly Makefile.~16~
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,4 +43,4 @@ dist: hurd-snap $(addsuffix -lndist,$(SUBDIRS)) lndist tar cfz hurd-snap.tar.gz hurd-snap rm -rf hurd-snap -clean: $(addsuffix -clean,$(SUBDIRS)) +clean: $(addsuffix -clean,$(LIB_SUBDIRS)) $(addsuffix -clean,$(PROG_SUBDIRS)) |