source: freewrt/package/gcom/patches/001-Makefile.patch@ 71b4d1c

freewrt_1_0 freewrt_2_0
Last change on this file since 71b4d1c was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

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

  • Property mode set to 100644
File size: 582 bytes
  • Makefile

    old new  
    2020#
    2121#       $Id$
    2222#
    23 LIB     = -L/usr/local/lib
    24 INC     = -I/usr/local/include
    2523EXE     = /usr/local/bin
    2624MAN     = /usr/share/man/man1
    2725CPROG   = gcom
     
    2927BIN     = $(CPROG) $(SCRIPT)
    3028MANP    = gcom.1 sigmon.1
    3129
    32 CFLAGS  = -c
    33 LDFLAGS =
    34 
    3530all: $(BIN)
    3631
    3732install:
     
    5348
    5449
    5550gcom: gcom.o
    56         cc gcom.o $(LDFLAGS) -o gcom
     51        $(CC) gcom.o $(LDFLAGS) -o gcom
    5752
    5853gcom.o: gcom.c gcom.h
    59         cc gcom.c $(CFLAGS)
     54        $(CC) -c $(CFLAGS) gcom.c
    6055
Note: See TracBrowser for help on using the repository browser.