Changes in protocols/Makefile [65d0dfd:5a8afc3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/Makefile
r65d0dfd r5a8afc3 43 43 44 44 $(subdirs): 45 $(MAKE) -C $@ $(MAKECMDGOALS)45 @$(MAKE) -C $@ $(MAKECMDGOALS) 46 46 47 47 ### MAIN PROGRAM … … 49 49 protocols.o: $(objects) $(subdirs) 50 50 @echo '*' Linking protocols.o 51 $(VERBOSE)$(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o51 @$(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o 52 52 53 53 $(objects): ../Makefile.settings Makefile … … 55 55 $(objects): %.o: $(_SRCDIR_)%.c 56 56 @echo '*' Compiling $< 57 $(VERBOSE)$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@57 @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ 58 58 59 59 -include .depend/*.d
Note: See TracChangeset
for help on using the changeset viewer.