summaryrefslogtreecommitdiff
path: root/tools/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-02-14 10:24:25 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2017-02-14 10:24:56 +0100
commit22457ed4d97e0fdb13b15b44facf21521e8a1549 (patch)
treedc3a8996ccafc5064e023f40df2670c91d77f2a3 /tools/Makefile.in
parentfc0e49297d6a6818b82169d1059084770c29b9d6 (diff)
downloadlvm2-22457ed4d97e0fdb13b15b44facf21521e8a1549.tar.gz
makefiles: missing deps
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r--tools/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index ed359eac4..9e1ccbade 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -175,8 +175,6 @@ liblvm2cmd.$(LIB_SUFFIX).$(LIB_VERSION): liblvm2cmd.$(LIB_SUFFIX)
$(CC) -E -P $(srcdir)/cmdnames.h 2> /dev/null | \
$(EGREP) -v '^ *(|#.*|config|devtypes|dumpconfig|formats|fullreport|help|lastlog|lvpoll|pvdata|segtypes|systemid|tags|version) *$$' > .commands
-.DELETE_ON_ERROR:
-
command-count.h: $(srcdir)/command-lines.in Makefile
set -o pipefail && \
( cat $(top_srcdir)/doc/license.txt && \
@@ -204,6 +202,7 @@ command-lines-input.h: $(srcdir)/command-lines.in Makefile
) > $@
$(SOURCES:%.c=%.d) $(SOURCES2:%.c=%.d): command-lines-input.h command-count.h cmds.h
+$(SOURCES:%.c=%.o) $(SOURCES2:%.c=%.o): command-lines-input.h command-count.h cmds.h
ifneq ("$(CFLOW_CMD)", "")
CFLOW_SOURCES = $(addprefix $(srcdir)/, $(SOURCES))