code compiles - not tested yet
This commit is contained in:
@@ -198,7 +198,7 @@ $(foreach DIR,$(TRGTDIRS),$(eval $(call EX_TEMPLATE,$(DIR))))
|
||||
|
||||
depend: $(ASRCS) $(CSRCS)
|
||||
- rm -f depend
|
||||
for d in $(TRGTDIRS)\
|
||||
for d in $(TRGTDIRS);\
|
||||
do $(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) | sed -e "s#^\(.*\).o:#$$d/objs/\1.o:#" >> depend; \
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user