Changeset 19428

Show
Ignore:
Timestamp:
11/09/06 10:27:39 (2 years ago)
Author:
patrick
Message:

Removed unneeded duplication of compiler flags needed for VPR. I have no
idea why this was here.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/tweek/make.defs.mk.in

    r18881 r19428  
    110110# Extra information for the Doozer++ file common.defs.mk. 
    111111# ----------------------------------------------------------------------------- 
    112 EXTRA_CFLAGS=           $(CFLAGS_DYNLIB) @VPR_CFLAGS@ 
    113 EXTRA_CXXFLAGS=         $(CXXFLAGS_DYNLIB) @VPR_CXXFLAGS@ 
     112EXTRA_CFLAGS=           $(CFLAGS_DYNLIB) 
     113EXTRA_CXXFLAGS=         $(CXXFLAGS_DYNLIB) 
    114114EXTRA_DEFS=             -DTWEEK_ROOT_DIR="\"$(instprefix)\""        \ 
    115115                        -DTWEEK_SHARE_DIR="\"$(TWEEK_SHARE_DIR)\""    \