diff options
author | Roland McGrath <roland@redhat.com> | 2010-04-09 15:18:58 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-04-09 15:18:58 -0700 |
commit | 4ae73ca00adbf6bf54bafe93d1318e3446af5919 (patch) | |
tree | 948ada65f8e760b8a7a96ac5d6cfb5d00e6747ef /Makefile | |
parent | 3aa6513708820aad6304c86c62e25b3b294b23f5 (diff) | |
download | glibc-4ae73ca00adbf6bf54bafe93d1318e3446af5919.tar glibc-4ae73ca00adbf6bf54bafe93d1318e3446af5919.tar.gz glibc-4ae73ca00adbf6bf54bafe93d1318e3446af5919.tar.bz2 glibc-4ae73ca00adbf6bf54bafe93d1318e3446af5919.zip |
Revert "Shorten build commands"
This reverts commit 59d9f1d6983fc9b606a1f9214fb817efe3d6cff8.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -227,7 +227,7 @@ parent-mostlyclean: common-mostlyclean # common-mostlyclean is in Makerules. parent-clean: parent-mostlyclean common-clean postclean = $(addprefix $(common-objpfx),$(postclean-generated)) \ - $(addprefix $(objpfx),sysd-dirs sysd-rules includes includes.mk) \ + $(addprefix $(objpfx),sysd-dirs sysd-rules) \ $(addprefix $(objpfx),sysd-sorted soversions.mk soversions.i) clean: parent-clean |