Changeset 5889fc74 in mainline for uspace/app/pcc/cc/cc/Makefile


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/cc/Makefile

    rb9a46fc r5889fc74  
    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.