comparison Makefile @ 2594:669b71e8b868

Rename Makefile.gen to Makefile.common
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Aug 2023 09:07:10 +0300
parents 8ab923fe23ef
children
comparison
equal deleted inserted replaced
2593:81f45b2fa118 2594:669b71e8b868
40 CFLAGS += $(FINDCHARGEN) 40 CFLAGS += $(FINDCHARGEN)
41 endif 41 endif
42 42
43 TOOL_LDFLAGS ?= 43 TOOL_LDFLAGS ?=
44 44
45 include $(DMLIB)Makefile.gen 45 include $(DMLIB)Makefile.common
46 46
47 47
48 install: all 48 install: all
49 @for fn in $(TOOL_TARGETS); do echo " INSTALL $$fn $(DESTDIR)$(PREFIX)/bin/"; $(INSTALL) -m 755 "$$fn" $(DESTDIR)$(PREFIX)/bin/; done 49 @for fn in $(TOOL_TARGETS); do echo " INSTALL $$fn $(DESTDIR)$(PREFIX)/bin/"; $(INSTALL) -m 755 "$$fn" $(DESTDIR)$(PREFIX)/bin/; done