Changeset dcf0f3e


Ignore:
Timestamp:
2007-02-18T22:46:50Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
21782b3
Parents:
34337a7
Message:

Fixed Makefiles (make distclean was completely broken).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r34337a7 rdcf0f3e  
    4545        rm -f Makefile.settings config.h bitlbee.pc
    4646        find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
    47         $(MAKE) -C test distclean
     47        $(MAKE) -C tests distclean
    4848
    4949check: all
  • doc/CHANGES

    r34337a7 rdcf0f3e  
    1 Version x.x:
     1Version 1.1: (1.1.x will be a (hopefully short) development release)
    22- Added ForkDaemon mode next to the existing Daemon- and inetd modes. With
    33  ForkDaemon you can run BitlBee as a stand-alone daemon and every connection
  • tests/Makefile

    r34337a7 rdcf0f3e  
    1 include ../Makefile.settings
     1-include ../Makefile.settings
    22
    33LFLAGS +=-lcheck
     
    88clean:
    99        rm -f check *.o
     10
     11distclean: clean
    1012
    1113main_objs = account.o bitlbee.o conf.o crypting.o help.o ipc.o irc.o irc_commands.o log.o nick.o query.o root_commands.o set.o storage.o storage_xml.o storage_text.o user.o
Note: See TracChangeset for help on using the changeset viewer.