diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-01 10:16:02 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-01 10:16:02 +0000 |
commit | 1db3d05e27623403bdd451488c2290ec255b4c4c (patch) | |
tree | a1ce8cbf033fd93ca53e15d0b6508a7860cff8cd /utils | |
parent | d5b26eae203eb12832b378149dd09c849c0be4bc (diff) |
chroot_realpath.c is a dependency also for target ldconfig
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index f35b94eac..1356b39d7 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -60,7 +60,7 @@ LDCONFIG_CFLAGS := -static else LDCONFIG_CFLAGS := $(PIEFLAG) $(LDPIEFLAG) endif -ldconfig: ldconfig.c +ldconfig: ldconfig.c chroot_realpath.c $(CC) $(CFLAGS) $(LDCONFIG_CFLAGS) \ -DUCLIBC_RUNTIME_PREFIX=\"$(RUNTIME_PREFIX)\" \ -DUCLIBC_LDSO=$(UCLIBC_LDSO) \ |