]> sourceware.org Git - lvm2.git/commitdiff
makefiles: missing deps
authorZdenek Kabelac <zkabelac@redhat.com>
Tue, 14 Feb 2017 09:24:25 +0000 (10:24 +0100)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 14 Feb 2017 09:24:56 +0000 (10:24 +0100)
Makefile.in
tools/Makefile.in

index 52441f1d0eb397648b441235504e635f8f76f2c2..e0a30f30a42903a3e98eef8aa68bfde956188686 100644 (file)
@@ -59,6 +59,7 @@ liblvm: lib
 daemons: lib libdaemon tools
 tools: lib libdaemon device-mapper
 po: tools daemons
+man: tools
 scripts: liblvm libdm
 
 lib.device-mapper: include.device-mapper
index ed359eac43f8e6fc876018ba8b01c7a126b1b9d6..9e1ccbade2f14d459e4fcbd3bcce549974f4ecec 100644 (file)
@@ -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))
This page took 0.036251 seconds and 5 git commands to generate.