diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/ChangeLog | 2 | ||||
| -rw-r--r-- | src/util/Makefile.in | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 54b9cdbbd..0c1e44f21 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,7 @@ 2004-02-12 Tom Yu <tlyu@mit.edu> + * Makefile.in (all-recurse): Remove exitsleep. + * Makefile.in (all-unix, clean-unix): Add new rule to build fake root directory for _RLD_ROOT hacks. diff --git a/src/util/Makefile.in b/src/util/Makefile.in index dd106bbc2..dc5d9ddce 100644 --- a/src/util/Makefile.in +++ b/src/util/Makefile.in @@ -28,7 +28,7 @@ SLIBSH=sed -e 's|@''CC''@|$(CC)|g' -e 's,@''HOST_TYPE''@,$(HOST_TYPE),g' -e 's,@ DL_COMPILE=@DL_COMPILE@ DL_COMPILE_TAIL=@DL_COMPILE_TAIL@ -all-recurse: libupdate makeshlib @EXITSLEEP_TARG@ +all-recurse: libupdate makeshlib all-unix:: $(FAKEPREFIX)/lib all-mac:: @@ -71,9 +71,6 @@ makeshlib: $(srcdir)/makeshlib.sh Makefile $(RM) $@ $@.tmp $(SLIBSH) $(srcdir)/makeshlib.sh >$@.tmp&&chmod a+x $@.tmp&&mv $@.tmp $@ -exitsleep: $(srcdir)/exitsleep.c - $(DL_COMPILE) -oexitsleep $(srcdir)/exitsleep.c $(DL_COMPILE_TAIL) - clean:: $(RM) libupdate makeshlib |
