Browse Source

the files need to be marked PHONEY so they are ALWAYS rebuilt..

irr_shared
John-Mark Gurney 2 years ago
parent
commit
de3acae8ab
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -140,7 +140,7 @@ $(LIBLORA_TEST): $(LIBLORA_TEST_OBJS)
.PHONY: all

DEPENDS = .arm_deps .test_deps
.PHONY: depend
.PHONY: $(DEPENDS)
depend: $(DEPENDS)

.for i in $(DEPENDS)


Loading…
Cancel
Save