Changeset e6ae77a in mainline


Ignore:
Timestamp:
2017-11-12T12:23:53Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2d142a
Parents:
fe171357
Message:

Include the version makefile again

This is necessary so that e.g. getterm can print a proper banner.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    rfe171357 re6ae77a  
    6060ROOT_PATH = $(USPACE_PREFIX)/..
    6161
     62VERSION_DEF = $(ROOT_PATH)/version
     63
    6264COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common
    6365COMMON_HEADER = $(ROOT_PATH)/common.h
     
    6668CONFIG_HEADER = $(ROOT_PATH)/config.h
    6769
     70-include $(VERSION_DEF)
    6871-include $(COMMON_MAKEFILE)
    6972-include $(CONFIG_MAKEFILE)
Note: See TracChangeset for help on using the changeset viewer.