Ignore:
Timestamp:
2012-02-11T12:55:45Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
eb54f56
Parents:
23445b6
Message:

Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR
unexpectedly being set to something already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/Makefile

    r23445b6 r7fa5c19  
    88
    99-include ../../Makefile.settings
    10 ifdef SRCDIR
    11 SRCDIR := $(SRCDIR)protocols/oscar/
    12 CFLAGS += -I$(SRCDIR)
     10ifdef _SRCDIR_
     11_SRCDIR_ := $(_SRCDIR_)protocols/oscar/
     12CFLAGS += -I$(_SRCDIR_)
    1313endif
    1414
     
    3737$(objects): ../../Makefile.settings Makefile
    3838
    39 $(objects): %.o: $(SRCDIR)%.c
     39$(objects): %.o: $(_SRCDIR_)%.c
    4040        @echo '*' Compiling $<
    4141        @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.