Changes in uspace/lib/Makefile.common [4e9aaf5:5ee2384] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/Makefile.common
r4e9aaf5 r5ee2384 50 50 OBJECTS = $(addsuffix .o,$(basename $(SOURCES))) 51 51 52 -include $(USPACE_PREFIX)/../Makefile.common53 52 -include $(USPACE_PREFIX)/../Makefile.config 54 53 include $(LIBC_PREFIX)/Makefile.toolchain … … 60 59 all: \ 61 60 $(LIBC_PREFIX)/../../../version \ 62 $(LIBC_PREFIX)/../../../Makefile.common \63 61 $(LIBC_PREFIX)/../../../Makefile.config \ 64 62 $(LIBC_PREFIX)/../../../config.h \ 63 $(LIBC_PREFIX)/../../../config.defs \ 65 64 $(LIBS) \ 66 65 \
Note:
See TracChangeset
for help on using the changeset viewer.