Remove redundant prerequisite for "all" target

Closes #792
This commit is contained in:
Derek Bankieris 2019-05-31 14:51:38 -05:00
parent f85111427f
commit bf1ac4a2c6
2 changed files with 3 additions and 2 deletions

View File

@ -149,6 +149,8 @@ __END__
# Disable built-in implicit rules to increase build speed.
.SUFFIXES:
.PHONY: all
ifndef TRICK_HOME
export TRICK_HOME := SUB_TRICK_HOME
endif
@ -166,7 +168,6 @@ endif
all:
$(info Trick Build Process Complete)
test: TRICK_SYSTEM_CFLAGS += -DTRICK_UNIT_TEST
test: TRICK_SYSTEM_CXXFLAGS += -DTRICK_UNIT_TEST
test: all

View File

@ -319,7 +319,7 @@ foreach ( @all_read_only_libs ) {
print MAKEFILE "
all: \$(S_MAIN) S_sie.resource
all: S_sie.resource
\$(S_MAIN): S_source.hh \$(TRICK_STATIC_LIB) \$(S_OBJECTS) \$(MODEL_OBJECTS)
\t\$(PRINT_EXE_LINK)