added new fake target dependencies to PHONY
This commit is contained in:
2
Makefile
2
Makefile
@@ -171,7 +171,7 @@ utility_LIBS = $(COMMON_LIBS) $(utility_DEPS) thirdparty/ICSharpCode.Shar
|
|||||||
PROGRAMS += utility
|
PROGRAMS += utility
|
||||||
utility: $(utility_TARGET)
|
utility: $(utility_TARGET)
|
||||||
|
|
||||||
.PHONY: $(PHONY) $(PROGRAMS)
|
.PHONY: $(PHONY) $(PROGRAMS) dependencies
|
||||||
|
|
||||||
#
|
#
|
||||||
# Generate build rules for each target defined above in PROGRAMS
|
# Generate build rules for each target defined above in PROGRAMS
|
||||||
|
|||||||
Reference in New Issue
Block a user