Ignore:
File:
1 edited

Legend:

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

    r5974661 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.