Differences From Artifact [4053db3b86]:
- File
buildsys.mk.in
— part of check-in
[07c754748a]
at
2020-02-18 23:52:12
on branch trunk
— Make use of -include again
OpenBSD make supports it now, so there's no need anymore to touch empty
deps files. (user: js, size: 26123) [annotate] [blame] [check-ins using]
To Artifact [66d6f59ec6]:
- File buildsys.mk.in — part of check-in [e25f5ff4c0] at 2020-05-02 19:13:09 on branch trunk — Make newer gmake versions not double print dirs (user: js, size: 26129) [annotate] [blame] [check-ins using]
︙ | |||
124 125 126 127 128 129 130 | 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 | - + - + | .SILENT: .SUFFIXES: .SUFFIXES: .amigalib.o .beam .c .cc .class .cxx .d .erl .lib.o .java .mo .m .mm .o .plugin.o .po .py .pyc .rc .S .xpm .PHONY: all subdirs subdirs-after pre-depend depend install install-extra uninstall uninstall-extra clean distclean locales copy-headers-into-framework ${SUBDIRS} ${SUBDIRS_AFTER} all: ${MAKE} pre-all |
︙ |