From 8bc4e3de76f6461e62df97c40d789ecb76219e90 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 5 Mar 1996 22:59:08 +0000 Subject: ($(target): %): Add $(target-suffix) to destination name. --- Makeconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconf') diff --git a/Makeconf b/Makeconf index 201d205d..577e61c4 100644 --- a/Makeconf +++ b/Makeconf @@ -173,7 +173,7 @@ _libsubst=${libsubst$(patsubst %,-override,${libsubst-override})} # dependencies of other shared objects it encounters. rpath := -Wl,-rpath-link=.:$(subst $. ,:,$(dir $(wildcard ../lib*/lib*.so))) -$(target): %: $(_objs) $(OTHERLIBS) +$(target): %$(target-suffix): $(_objs) $(OTHERLIBS) $(CC) $(rpath) $(CFLAGS) $($@-CFLAGS) $(LDFLAGS) $($@-LDFLAGS) -o $@ \ '-Wl,-(' $(filter %.o,$^) \ $(foreach lib,$(filter-out %.o,$+),${_libsubst}) \ -- cgit v1.2.3