Changes in uspace/srv/Makefile.common [4e9aaf5:3c081d0e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/Makefile.common
r4e9aaf5 r3c081d0e 64 64 all: \ 65 65 $(LIBC_PREFIX)/../../../version \ 66 $(LIBC_PREFIX)/../../../Makefile.common \67 66 $(LIBC_PREFIX)/../../../Makefile.config \ 68 67 $(LIBC_PREFIX)/../../../config.h \ 68 $(LIBC_PREFIX)/../../../config.defs \ 69 69 $(LIBS) \ 70 70 \ … … 77 77 find . -name '*.o' -follow -exec rm \{\} \; 78 78 79 build: 79 build: 80 80 81 81 -include $(DEPEND)
Note:
See TracChangeset
for help on using the changeset viewer.