Changeset 448f9b2


Ignore:
Timestamp:
May 25, 2015, 4:24:51 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
49205cf
Parents:
0c7a885
Message:

fix libcfa/Makefile.in, third attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/Makefile.in

    r0c7a885 r448f9b2  
    1 b######################### -*- Mode: Makefile-Gmake -*- ########################
     1######################### -*- Mode: Makefile-Gmake -*- ########################
    22##
    33## Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     
    1111## Created On       : Sat May 16 08:05:18 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon May 25 16:14:54 2015
    14 ## Update Count     : 7
     13## Last Modified On : Mon May 25 16:22:36 2015
     14## Update Count     : 9
    1515###############################################################################
    1616
     
    3030# make forward declarations for gcc builtins
    3131builtins.cf : builtins.c
    32         if [ -e builtins.c ] ; then \
     32        @if [ -e builtins.c ] ; then \
    3333                @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \
    3434        fi
     
    3636
    3737builtins.c : builtins.def prototypes.awk
    38         if [ -e builtins.def ] ; then \
     38        @if [ -e builtins.def ] ; then \
    3939                @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \
    4040        fi
Note: See TracChangeset for help on using the changeset viewer.