Changeset fc7bf19 in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2015-05-24T09:37:34Z (9 years ago)
Author:
Michal Koutný <xm.koutny+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf3aee19
Parents:
8d1f92f
Message:

Makefile: Fix generating dependencies of test object files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r8d1f92f rfc7bf19  
    415415
    416416$(DEPEND): $(PRE_DEPEND)
    417         makedepend -f - -- $(DEPEND_DEFS) $(CFLAGS) $(EXTRA_CFLAGS) -- $(SOURCES) $(TEST_SOURCES) > $@ 2> /dev/null
     417        makedepend -f - -- $(DEPEND_DEFS) $(CFLAGS) $(EXTRA_CFLAGS) -- $(SOURCES) > $@ 2> /dev/null
     418        makedepend -f - -o.test.o -- $(DEPEND_DEFS) $(CFLAGS) $(EXTRA_CFLAGS) $(TEST_CFLAGS) -- $(TEST_SOURCES) >> $@ 2> /dev/null
    418419        -[ -f $(DEPEND_PREV) ] && diff -q $(DEPEND_PREV) $@ && mv -f $(DEPEND_PREV) $@
    419420
Note: See TracChangeset for help on using the changeset viewer.