Changeset fcd7053 in mainline for uspace/lib/libblock/Makefile
- Timestamp:
- 2009-02-12T20:11:25Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa024ce
- Parents:
- 84266669
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/Makefile
r84266669 rfcd7053 31 31 # 32 32 33 -include ../../../Makefile.config 33 LIBC_PREFIX = ../libc 34 34 35 LIBC_PREFIX = ../libc36 35 ## Setup toolchain 37 36 # … … 60 59 61 60 depend: 62 -makedepend -f - -- $(DE FS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null61 -makedepend -f - -- $(DEPEND_DEFS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null 63 62 64 63 libblock.a: depend $(OBJECTS)
Note:
See TracChangeset
for help on using the changeset viewer.