From afad6d96aee2e93b1bbda200b5bfafee3f86d602 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 12 Aug 2008 16:09:02 -0400 Subject: apparently the "configure" target is never used --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f4d42148..6e69387d 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,6 @@ autogen: version-update cd ipa-server; ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR) cd ipa-client; ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=$(LIBDIR) -configure: - cd ipa-server; ./configure --prefix=/usr --sysconfdir=/etc --with-openldap=yes - cd ipa-client; ./configure --prefix=/usr --sysconfdir=/etc --with-openldap=yes - install: all @for subdir in $(SUBDIRS); do \ (cd $$subdir && $(MAKE) $@) || exit 1; \ -- cgit