summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-04-12 15:21:58 (GMT)
committerJason Evans <jasone@canonware.com>2012-04-12 19:24:26 (GMT)
commit927893b4784f732a2b8006a0490293ab18d0c2cf (patch)
tree24de02ded153c095381664abd8074ddecbb2f109 /Makefile.in
parentb8325f9cb031285585567cdeb1338aeca4185f6c (diff)
downloadjemalloc-927893b4784f732a2b8006a0490293ab18d0c2cf.zip
jemalloc-927893b4784f732a2b8006a0490293ab18d0c2cf.tar.gz
jemalloc-927893b4784f732a2b8006a0490293ab18d0c2cf.tar.bz2
Remove bogus dependency
test/bitmap.c #includes src/bitmap.c, which is correctly detected by gcc -MM, but building test/bitmap.o doesn't require src/bitmap.o.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8aa9425..3bdfeaf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -132,9 +132,6 @@ build_doc: $(DOCS)
$(CC) $(CFLAGS) -c $(CPPFLAGS) -I@objroot@test -o $@ $<
@$(SHELL) -ec "$(CC) -MM $(CPPFLAGS) -I@objroot@test $< | sed \"s/\($(subst /,\/,$(notdir $(basename $@)))\)\.o\([ :]*\)/$(subst /,\/,$(strip $(dir $@)))\1.o \2/g\" > $(@:%.o=%.d)"
-# Automatic dependency generation misses #include "*.c".
-@objroot@test/bitmap.o : @objroot@src/bitmap.o
-
@objroot@test/%: @objroot@test/%.o \
@objroot@lib/libjemalloc@install_suffix@.$(SO)
@mkdir -p $(@D)