summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-05-13 14:22:18 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2015-05-14 00:19:32 +0200
commitea846f1ca2910f03d66e2859b8189a215b3d8d4c (patch)
tree997caa81dec7713327f0f826596a0cc070f0d372
parent02e10f4ccd60f66a00d5406452459317baba7c62 (diff)
downloadlvm2-ea846f1ca2910f03d66e2859b8189a215b3d8d4c.tar.gz
makefiles: drop way too generic deps
-rw-r--r--make.tmpl.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index dce5b2c8a..d85dd6912 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -398,8 +398,6 @@ cflow: $(CFLOW_TARGET).cflow $(CFLOW_TARGET).tree $(CFLOW_TARGET).rxref $(CFLOW_
endif
endif
-$(TARGETS): $(OBJECTS)
-
%.o: %.c
$(CC) -c $(INCLUDES) $(DEFS) $(WFLAGS) $(WCFLAGS) $(CFLAGS) $(CFLAGS_$@) $< -o $@