build/make/Makefile: remove default suffix rules
Change-Id: I15c8976c6478bf75ec617398f49461b310ab7569
This commit is contained in:
parent
3e04114f3d
commit
23d0f73838
@ -448,3 +448,5 @@ all: $(BUILD_TARGETS)
|
|||||||
install:: $(INSTALL_TARGETS)
|
install:: $(INSTALL_TARGETS)
|
||||||
dist: $(INSTALL_TARGETS)
|
dist: $(INSTALL_TARGETS)
|
||||||
test::
|
test::
|
||||||
|
|
||||||
|
.SUFFIXES: # Delete default suffix rules
|
||||||
|
Loading…
Reference in New Issue
Block a user