Skip to content
Snippets Groups Projects
Commit 5098afd1 authored by Iustin Pop's avatar Iustin Pop
Browse files

A few style fixes in Makefile.am


Seen while debugging make rules.

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent b0b8458a
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,7 @@ CLEANFILES = \ ...@@ -143,7 +143,7 @@ CLEANFILES = \
$(all_dirfiles) \ $(all_dirfiles) \
$(PYTHON_BOOTSTRAP) \ $(PYTHON_BOOTSTRAP) \
epydoc.conf \ epydoc.conf \
autotools/replace_vars.sed \ $(REPLACE_VARS_SED) \
daemons/daemon-util \ daemons/daemon-util \
daemons/ganeti-cleaner \ daemons/ganeti-cleaner \
devel/upload \ devel/upload \
...@@ -163,7 +163,7 @@ CLEANFILES = \ ...@@ -163,7 +163,7 @@ CLEANFILES = \
# BUILT_SOURCES should only be used as a dependency on phony # BUILT_SOURCES should only be used as a dependency on phony
# targets. Otherwise it'll cause the target to rebuild every time. # targets. Otherwise it'll cause the target to rebuild every time.
BUILT_SOURCES = \ BUILT_SOURCES = \
$(built_base_sources) \ $(built_base_sources) \
$(BUILT_PYTHON_SOURCES) \ $(BUILT_PYTHON_SOURCES) \
$(PYTHON_BOOTSTRAP) $(PYTHON_BOOTSTRAP)
...@@ -180,8 +180,8 @@ BUILT_PYTHON_SOURCES = \ ...@@ -180,8 +180,8 @@ BUILT_PYTHON_SOURCES = \
$(built_python_base_sources) \ $(built_python_base_sources) \
lib/_generated_rpc.py lib/_generated_rpc.py
# Generating the RPC wrappers depends on many things, so make sure it's built at # Generating the RPC wrappers depends on many things, so make sure
# the end of the built sources # it's built at the end of the built sources
lib/_generated_rpc.py: | $(built_base_sources) $(built_python_base_sources) lib/_generated_rpc.py: | $(built_base_sources) $(built_python_base_sources)
# these are all built from the underlying %.in sources # these are all built from the underlying %.in sources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment