mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
apparently the "configure" target is never used
This commit is contained in:
parent
f5177e6b84
commit
afad6d96ae
4
Makefile
4
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; \
|
||||
|
Loading…
Reference in New Issue
Block a user