Changeset e2b73d4f in mainline for uspace/lib/Makefile.common
- Timestamp:
- 2010-03-21T09:25:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19f857a
- Parents:
- facebd56 (diff), 4e9aaf5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/Makefile.common
rfacebd56 re2b73d4f 50 50 OBJECTS = $(addsuffix .o,$(basename $(SOURCES))) 51 51 52 -include $(USPACE_PREFIX)/../Makefile.common 52 53 -include $(USPACE_PREFIX)/../Makefile.config 53 54 include $(LIBC_PREFIX)/Makefile.toolchain … … 59 60 all: \ 60 61 $(LIBC_PREFIX)/../../../version \ 62 $(LIBC_PREFIX)/../../../Makefile.common \ 61 63 $(LIBC_PREFIX)/../../../Makefile.config \ 62 64 $(LIBC_PREFIX)/../../../config.h \ 63 $(LIBC_PREFIX)/../../../config.defs \64 65 $(LIBS) \ 65 66 \
Note:
See TracChangeset
for help on using the changeset viewer.