summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-10-01 10:16:02 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-10-01 10:16:02 +0000
commit1db3d05e27623403bdd451488c2290ec255b4c4c (patch)
treea1ce8cbf033fd93ca53e15d0b6508a7860cff8cd /utils
parentd5b26eae203eb12832b378149dd09c849c0be4bc (diff)
chroot_realpath.c is a dependency also for target ldconfig
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
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) \