Masato Taruishi
taru****@users*****
2004年 9月 15日 (水) 17:37:40 JST
=================================================================== RCS file: plugin/slapd/upstream/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin/slapd/upstream/Makefile.am 2004/09/15 08:18:21 1.1 +++ plugin/slapd/upstream/Makefile.am 2004/09/15 08:37:40 1.2 @@ -1,9 +1,9 @@ OPENLDAP_VERSION = 2.2.14 -all-local: slapd +all-local: build-upstream -slapd: build-tree/openldap-$(OPENLDAP_VERSION)/config.status +build-upstream: build-tree/openldap-$(OPENLDAP_VERSION)/config.status $(MAKE) -C build-tree/openldap-$(OPENLDAP_VERSION) build-tree/openldap-$(OPENLDAP_VERSION)/config.status: @@ -19,4 +19,6 @@ /bin/rm -rf build-tree -EXTRA_DIST = openldap-$(OPENLDAP_VERSION).tgz syncbackup-2.2.14.patch \ No newline at end of file +EXTRA_DIST = openldap-$(OPENLDAP_VERSION).tgz syncbackup-2.2.14.patch + +.PHONY: build-upstream