Changeset 4255

Show
Ignore:
Timestamp:
06/08/06 23:54:49 (2 years ago)
Author:
morris
Message:

Remove unnecessary -I flags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/wired.sh

    r4246 r4255  
    1717                 
    1818                cd "$SRCROOT/wired" 
    19                 CFLAGS="-g -O2 -arch $i" CPPFLAGS="-I$TEMP_FILE_DIR/make/$i -I$TEMP_FILE_DIR/run/$i/libwired/include -I$TEMP_FILE_DIR/run/$i/libwired/lib -isysroot $SDKROOT" ./configure --build="$BUILD" --host="$HOST" --enable-warnings --srcdir="$SRCROOT/wired" --with-objdir="$OBJECT_FILE_DIR/$i" --with-rundir="$TEMP_FILE_DIR/run/$i/wired" --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --without-libwired || exit 1 
     19                CFLAGS="-g -O2 -arch $i" CPPFLAGS="-I$TEMP_FILE_DIR/make/$i -isysroot $SDKROOT" ./configure --build="$BUILD" --host="$HOST" --enable-warnings --srcdir="$SRCROOT/wired" --with-objdir="$OBJECT_FILE_DIR/$i" --with-rundir="$TEMP_FILE_DIR/run/$i/wired" --prefix="$ROOT/Library" --with-fake-prefix="/Library" --with-wireddir="Wired" --mandir="$ROOT/usr/local/man" --without-libwired || exit 1 
    2020                 
    2121                cd "$SRCROOT/wired/libwired"