Changeset 7fa5c19 for protocols/yahoo/Makefile
- Timestamp:
- 2012-02-11T12:55:45Z (13 years ago)
- Branches:
- master
- Children:
- eb54f56
- Parents:
- 23445b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/Makefile
r23445b6 r7fa5c19 8 8 9 9 -include ../../Makefile.settings 10 ifdef SRCDIR11 SRCDIR := $(SRCDIR)protocols/yahoo/10 ifdef _SRCDIR_ 11 _SRCDIR_ := $(_SRCDIR_)protocols/yahoo/ 12 12 endif 13 13 … … 37 37 $(objects): ../../Makefile.settings Makefile 38 38 39 $(objects): %.o: $( SRCDIR)%.c39 $(objects): %.o: $(_SRCDIR_)%.c 40 40 @echo '*' Compiling $< 41 41 @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset
for help on using the changeset viewer.