Changeset 0d2bc9d in mainline


Ignore:
Timestamp:
2018-07-05T21:41:25Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1583793
Parents:
4fb8163
git-author:
Dzejrou <dzejrou@…> (2018-06-25 22:58:46)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
Message:

cpp: added .lo job for makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r4fb8163 r0d2bc9d  
    371371        $(CC_JOB) -c -MD -MP $(DEFS) $(LIB_CFLAGS) $(EXTRA_CFLAGS)
    372372
     373%.lo: %.cpp | depend
     374        $(CPP) $(CPPFLAGS) $(EXTRA_CPPFLAGS) -c $< -o $@
     375
    373376-include $(DEPENDS)
    374377
Note: See TracChangeset for help on using the changeset viewer.