Differences From Artifact [8ff273d85e]:
- File utils/Makefile — part of check-in [f89edd8ed9] at 2014-01-09 00:01:10 on branch trunk — Add --disable-files configure flag. (user: js, size: 798) [annotate] [blame] [check-ins using]
To Artifact [4d0affac3b]:
- File
utils/Makefile
— part of check-in
[314d4930d3]
at
2014-02-20 22:30:50
on branch trunk
— Only use LIBOBJFW_DEP after including buildsys.mk
Otherwise, it does not work properly. (user: js, size: 798) [annotate] [blame] [check-ins using]
1 2 3 4 5 |
include ../extra.mk
PROG = ${OFZIP}
SRCS = OFZIP.m
| | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
include ../extra.mk
PROG = ${OFZIP}
SRCS = OFZIP.m
include ../buildsys.mk
${PROG}: ${LIBOBJFW_DEP}
DISTCLEAN = objfw-config
install-extra: objfw-config objfw-compile
for i in objfw-config objfw-compile; do \
${INSTALL_STATUS}; \
if ${MKDIR_P} ${DESTDIR}${bindir} && ${INSTALL} -m 755 $$i ${DESTDIR}${bindir}/${BIN_PREFIX}$$i; then \
|
| ︙ | ︙ |