Changeset 202 for floppyfw-3.0

Show
Ignore:
Timestamp:
12/26/06 16:40:08 (5 years ago)
Author:
root
Message:

Cleaning up a little.

Location:
floppyfw-3.0/makefiles
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • floppyfw-3.0/makefiles/libpcap.mk

    r168 r202  
    5050                CFLAGS="$(TARGET_CFLAGS)" \ 
    5151                ./configure \ 
    52                 --target=$(GNU_TARGET_NAME) \ 
    53                 --host=$(GNU_TARGET_NAME) \ 
    5452                --build=$(GNU_HOST_NAME) \ 
    5553                --with-build-cc="$(HOSTCC)" \ 
  • floppyfw-3.0/makefiles/tcpdump.mk

    r168 r202  
    3131                CFLAGS="$(TARGET_CFLAGS)" \ 
    3232                ./configure \ 
    33                 --target=$(GNU_TARGET_NAME) \ 
    3433                --disable-ipv6 \ 
    35                 --host=$(GNU_TARGET_NAME) \ 
    36                 --build=$(GNU_HOST_NAME) \ 
    3734                --prefix=/usr \ 
    38                 --includedir=$(STAGING_DIR)/include \ 
    39                 --includedir=$(LIBPCAP_DESTDIR)/usr/include \ 
    4035                --without-crypto \ 
    4136        )