diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-23 19:54:33 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-23 19:54:33 +0000 |
commit | 28df16660651ffc51f37afe2283fe24e0e53d589 (patch) | |
tree | 229cf0c6974029b0462dae33def28f1294299c32 /utils/Makefile | |
parent | 21bd4df53e1a7d61e8732234efb56215cda1af5f (diff) |
(DIST_FILES): sh.ChangeLog -> shd.ChangeLog.
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index 5b175471..264de6b2 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -22,7 +22,7 @@ SRCS = shd.c ps.c su.c settrans.c clri.c sync.c reboot.c halt.c showtrans.c moun OBJS = $(filter-out mount.sh,$(subst .c,.o,$(SRCS))) argz.o error.o targets = shd ps settrans showtrans clri sync reboot halt su mount fsysopts special-targets = mount -DIST_FILES = sh.ChangeLog +DIST_FILES = shd.ChangeLog ps-HURDLIBS=libps libihash REMHDRS=../hurd/ps.h ../lib/argz.h ../lib/error.h ../lib/start-trans.h |