Ignore:
Timestamp:
2011-07-25T20:03:53Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6c69d19
Parents:
b9a46fc
Message:

Fixed broken building.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/ccom/mkext/Makefile

    rb9a46fc r5889fc74  
    3737POSIX_COMPAT = y
    3838
     39PRE_DEPEND = mkext.c table.c common.c
     40EXTRA_CLEAN = mkext.c table.c common.c
     41
    3942# FIXME: external.{c,h} must be generated for each target system
    4043
    4144SOURCES = \
    42         ${MIPDIR}/mkext.c \
    43         $(MDIR)/table.c \
    44         ${MIPDIR}/common.c
     45        mkext.c \
     46        table.c \
     47        common.c
    4548
    4649include $(USPACE_PREFIX)/Makefile.common
    4750
     51mkext.c: $(MIPDIR)/mkext.c
     52        ln -s -f $^ $@
     53
     54table.c: $(MDIR)/table.c
     55        ln -s -f $^ $@
     56
     57common.c: $(MIPDIR)/common.c
     58        ln -s -f $^ $@
     59
Note: See TracChangeset for help on using the changeset viewer.