Changeset ac78e25


Ignore:
Timestamp:
Jun 7, 2016, 2:45:27 PM (8 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, with_gc
Children:
03ccadd, 89ce869, 8abfdb4, fb08280
Parents:
dd51906
Message:

change SECONDARY to PRECIOUS in libcfa Makefile.am to see if this prevents deleted files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    rdd51906 rac78e25  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue May 31 13:24:15 2016
    14 ## Update Count     : 141
     13## Last Modified On : Tue Jun  7 14:38:18 2016
     14## Update Count     : 142
    1515###############################################################################
    1616
     
    5454
    5555headers = limits stdlib math iostream fstream iterator rational
    56 .SECONDARY : ${headers}                                 # stop implicit '.o' rules from removing extensionless headers
     56.PRECIOUS : ${headers}                                          # stop implicit '.o' rules from removing extensionless headers
     57
     58#.SECONDARY : ${headers}                                        # stop implicit '.o' rules from removing extensionless headers
     59
    5760
    5861libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
Note: See TracChangeset for help on using the changeset viewer.