Ignore:
File:
1 edited

Legend:

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

    r5889fc74 r4ac901c  
    3131ARCHDIR = ../../arch/$(PLATFORM)
    3232EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -w
     33EXTRA_CLEAN = y.tab.c y.tab.h
    3334DEFS = -DCPP_DEBUG -Dfree=free -DCPPBUF=16384
    3435BINARY = cpp
    35 
    36 PRE_DEPEND = compat.c
    37 EXTRA_CLEAN = compat.c y.tab.c y.tab.h
    3836
    3937POSIX_COMPAT = y
     
    4543        cpp.c \
    4644        token.c \
    47         compat.c
    48 
    49 include $(USPACE_PREFIX)/Makefile.common
     45        $(MIPDIR)/compat.c
    5046
    5147y.tab.c:
    5248        $(YACC) -d cpy.y
    5349
    54 compat.c: $(MIPDIR)/compat.c
    55         ln -s -f $^ $@
     50include $(USPACE_PREFIX)/Makefile.common
    5651
Note: See TracChangeset for help on using the changeset viewer.