Changeset 236

Show
Ignore:
Timestamp:
07/16/06 21:34:02 (6 years ago)
Author:
tg
Message:

move linux-specific stuff into linux-specific if...endif

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/paxmirabilis/Makefile

    r224 r236  
    44 
    55OUR_FLAGS=      -I${TOPDIR}/scripts \ 
    6                 -D_STRLCPY_DEFNS \ 
    76                -std=gnu99 \ 
    87                -include ${TOPDIR}/scripts/param.h 
    98 
    109ifeq ($(OStype),Linux) 
    11 OUR_FLAGS+=     -DLONG_OFF_T 
     10OUR_FLAGS+=     -DLONG_OFF_T \ 
     11                -D_STRLCPY_DEFNS 
     12SRCS+=          strlfun.c \ 
     13                strmode.c \ 
     14                fgetln.c 
    1215endif 
    1316 
    14 SRCS=           strlfun.c \ 
    15                 strmode.c \ 
    16                 fgetln.c \ 
     17SRCS=           \ 
    1718                src/ar_io.c \ 
    1819                src/ar_subs.c \