openamp/Makefile: Linker input file unused because linking not done.
This commit is contained in:
parent
4d64634137
commit
a82da37059
@ -67,7 +67,7 @@ $(BIN): $(OBJS)
|
||||
dirlinks::
|
||||
|
||||
.depend: Makefile $(SRCS)
|
||||
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $^ >Make.dep
|
||||
$(Q) $(MKDEP) $(DEPPATH) "$(CC)" -- $(CFLAGS) -- $(SRCS) >Make.dep
|
||||
$(Q) touch $@
|
||||
|
||||
depend: .depend
|
||||
|
Loading…
Reference in New Issue
Block a user