Changeset 73 for trunk/lib/Makefile


Ignore:
Timestamp:
07/30/06 21:15:56 (18 years ago)
Author:
tim
Message:

fixes for Makefiles to support FreeBSD's iconv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Makefile

    r36 r73  
    88
    99regfio.o: regfio.c
    10         $(CC) $(CFLAGS) $(OPTS) -c -o $@ regfio.c
     10        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ regfio.c
    1111
    1212smb_deps.o: smb_deps.c
    13         $(CC) $(CFLAGS) $(OPTS) -c -o $@ smb_deps.c
     13        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ smb_deps.c
    1414
    1515void_stack.o: void_stack.c
    16         $(CC) $(CFLAGS) $(OPTS) -c -o $@ void_stack.c
     16        $(CC) $(CFLAGS) $(OPTS) $(INC) -c -o $@ void_stack.c
    1717
    1818clean:
Note: See TracChangeset for help on using the changeset viewer.