Changeset c936c7f in mainline for uspace/app/pcc/cc/cc/Makefile


Ignore:
Timestamp:
2011-07-25T20:35:41Z (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:
80e9e5e
Parents:
badbb9ad (diff), 6c69d19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge build fixes in PCC.

File:
1 edited

Legend:

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

    rbadbb9ad rc936c7f  
    3535BINARY = cc
    3636
     37PRE_DEPEND = compat.c
     38EXTRA_CLEAN = compat.c
     39
    3740POSIX_COMPAT = y
    38 
    39 
    4041
    4142SOURCES = \
    4243        cc.c \
    43         $(MIPDIR)/compat.c
     44        compat.c
    4445
    4546include $(USPACE_PREFIX)/Makefile.common
    4647
     48compat.c: $(MIPDIR)/compat.c
     49        ln -s -f $^ $@
     50
Note: See TracChangeset for help on using the changeset viewer.