Re: [AD] Cross-compiling, and related outstanding issues |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> You could probably rename the depend target to $(OBJ_DIR)/makefile.dep
> with no dependancies of its own, so it'll only run if that file is
> missing.
But then you can't run `make depend' again when you add include files to a
sourcefile without first removing the makefile.dep manually - which is a
bad thing too.
Anyway, the current behavior, run make depend manually, seems fine to me.
Evert