From 465942e74ddbd8c5b91b9452ee36ec08e335b45f Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Sat, 18 Feb 2012 18:17:40 +0100 Subject: [PATCH] ITS#7160 Support POSIX make: No $< in target rules --- contrib/ldaptcl/Makefile.in | 2 +- servers/slapd/back-mdb/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/ldaptcl/Makefile.in b/contrib/ldaptcl/Makefile.in index d9c9d5ffed..a66c7453d8 100644 --- a/contrib/ldaptcl/Makefile.in +++ b/contrib/ldaptcl/Makefile.in @@ -140,7 +140,7 @@ all: @NEO_LIB_FILE@ ldaptclsh @LDAPWISH@ $(RANLIB) @NEO_LIB_FILE@ neoXldap.o: neoXldap.c ldaptclerr.h - $(CC) -c $(LDAP_CFLAGS) $(CC_SWITCHES) $< + $(CC) -c $(LDAP_CFLAGS) $(CC_SWITCHES) neoXldap.c ldaptclerr.h: ldaperr.tcl tcl ldaperr.tcl $(LDAP_INCDIR)/ldap.h > ldaptclerr.h diff --git a/servers/slapd/back-mdb/Makefile.in b/servers/slapd/back-mdb/Makefile.in index 4dbacb4aaa..9b01d2a5ed 100644 --- a/servers/slapd/back-mdb/Makefile.in +++ b/servers/slapd/back-mdb/Makefile.in @@ -53,10 +53,10 @@ all-local-lib: ../.backend @touch $@ mdb.lo: $(MDB_SUBDIR)/mdb.c - $(LTCOMPILE_MOD) $< + $(LTCOMPILE_MOD) $(MDB_SUBDIR)/mdb.c midl.lo: $(MDB_SUBDIR)/midl.c - $(LTCOMPILE_MOD) $< + $(LTCOMPILE_MOD) $(MDB_SUBDIR)/midl.c veryclean-local-lib: FORCE $(RM) $(XXHEADERS) $(XXSRCS) .links -- 2.39.5