diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 16:11:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-01 16:11:17 +0000 |
commit | 6259535174ddf02110a2e8dae721739f3d957ad5 (patch) | |
tree | b65af8a7fe727ee1a07f2331e5e1c08de4fd0e8d /Makefile | |
parent | ee586e0ec492d818be9aa0c77dd44095d42f486f (diff) | |
download | glibc-6259535174ddf02110a2e8dae721739f3d957ad5.tar.gz glibc-6259535174ddf02110a2e8dae721739f3d957ad5.tar.xz glibc-6259535174ddf02110a2e8dae721739f3d957ad5.zip |
Update.
1998-12-01 Ulrich Drepper <drepper@cygnus.com> * Makefile (postclean): Add sysd-sorted.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index e7fb520e3b..ff7f09ddbb 100644 --- a/Makefile +++ b/Makefile @@ -195,7 +195,7 @@ parent-clean: parent-mostlyclean common-clean postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \ $(addprefix $(objpfx),sysd-Makefile sysd-dirs sysd-rules) \ - $(objpfx)soversions.mk + $(addprefix $(objpfx),sysd-sorted soversions.mk) clean: parent-clean # This is done this way rather than having `subdir_clean' be a |