Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/Makefile

    rf60079b rfc5cf88  
    88
    99-include ../Makefile.settings
    10 ifdef SRCDIR
    11 SRCDIR := $(SRCDIR)protocols/
    12 endif
    1310
    1411# [SH] Program variables
     
    5249$(objects): ../Makefile.settings Makefile
    5350
    54 $(objects): %.o: $(SRCDIR)%.c
     51$(objects): %.o: %.c
    5552        @echo '*' Compiling $<
    5653        @$(CC) -c $(CFLAGS) $< -o $@
Note: See TracChangeset for help on using the changeset viewer.