Changeset 23 for trunk


Ignore:
Timestamp:
06/07/05 21:19:46 (19 years ago)
Author:
tim
Message:

fixed bug in build system

removed -ggdb option

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r21 r23  
    1111
    1212CC=gcc
    13 OPTS=-ggdb -std=gnu89 -pedantic -Wall
    14 #OPTS=-std=gnu89 -pedantic -Wall
     13OPTS=-std=gnu89 -pedantic -Wall
    1514
    1615BUILD=$(CURDIR)/build
  • trunk/doc/Makefile

    r17 r23  
    22
    33default:
    4         cp -r man $(BUILD_DOC) 
     4        mkdir -p $(BUILD_DOC)/man/man1
    55
     6#XXX: Used during release only
    67generate:
    78        txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt
  • trunk/src/Makefile

    r5 r23  
    99
    1010$(REGLOOKUP): reglookup.c
    11         $(CC) $(OPTS) -o $@ reglookup.c
     11        $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
Note: See TracChangeset for help on using the changeset viewer.