Changeset a6cd888 in freewrt for tools/paxmirabilis/Makefile


Ignore:
Timestamp:
Jul 16, 2006, 9:34:02 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
819d4e1
Parents:
a5748d2
Message:

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

git-svn-id: svn://www.freewrt.org/trunk/freewrt@236 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/paxmirabilis/Makefile

    ra5748d2 ra6cd888  
    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 \
Note: See TracChangeset for help on using the changeset viewer.