Ignore:
File:
1 edited

Legend:

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

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