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