Changeset 2376:2dcb1a8cc8ca in roaraudio


Ignore:
Timestamp:
08/16/09 02:32:15 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

continue building in any case...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroareio/Makefile

    r2347 r2376  
    3434autodetected.h: 
    3535        echo "/* *** */" > autodetected.h 
    36         [ -f driver_esdfw.h -a -f driver_esdfw.c ] && echo '#define ROAR_HAVE_AD_ESDFW' >> autodetected.h 
     36        [ -f driver_esdfw.h -a -f driver_esdfw.c ] && echo '#define ROAR_HAVE_AD_ESDFW' >> autodetected.h || true 
    3737        echo "/* *** */" >> autodetected.h 
Note: See TracChangeset for help on using the changeset viewer.