Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/Makefile

    rf60079b rfc5cf88  
    88
    99-include ../../Makefile.settings
    10 ifdef SRCDIR
    11 SRCDIR := $(SRCDIR)protocols/oscar/
    12 CFLAGS += -I$(SRCDIR)
    13 endif
    1410
    1511# [SH] Program variables
     
    3733$(objects): ../../Makefile.settings Makefile
    3834
    39 $(objects): %.o: $(SRCDIR)%.c
     35$(objects): %.o: %.c
    4036        @echo '*' Compiling $<
    4137        @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.