Changes in uspace/app/pcc/cc/ccom/mkext/Makefile [5974661:5889fc74] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/mkext/Makefile
r5974661 r5889fc74 37 37 POSIX_COMPAT = y 38 38 39 PRE_DEPEND = mkext.c table.c common.c 40 EXTRA_CLEAN = mkext.c table.c common.c 41 39 42 # FIXME: external.{c,h} must be generated for each target system 40 43 41 44 SOURCES = \ 42 ${MIPDIR}/mkext.c \43 $(MDIR)/table.c \44 ${MIPDIR}/common.c45 mkext.c \ 46 table.c \ 47 common.c 45 48 46 49 include $(USPACE_PREFIX)/Makefile.common 47 50 51 mkext.c: $(MIPDIR)/mkext.c 52 ln -s -f $^ $@ 53 54 table.c: $(MDIR)/table.c 55 ln -s -f $^ $@ 56 57 common.c: $(MIPDIR)/common.c 58 ln -s -f $^ $@ 59
Note:
See TracChangeset
for help on using the changeset viewer.