mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-28 06:44:14 -04:00
Fix glitch in Makefile
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@320 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
4
Makefile
4
Makefile
@@ -30,8 +30,8 @@ all: ldap2dns ldap2dnsd
|
|||||||
|
|
||||||
debug: ldap2dns-dbg
|
debug: ldap2dns-dbg
|
||||||
|
|
||||||
ldap2dns: ldap2dns.o $(LIBS)
|
ldap2dns: ldap2dns.o
|
||||||
$(LD) $(LDFLAGS) -o $@ $+
|
$(LD) $(LDFLAGS) $(LIBS) -o $@ $+
|
||||||
|
|
||||||
ldap2dnsd: ldap2dns
|
ldap2dnsd: ldap2dns
|
||||||
ln -f ldap2dns ldap2dnsd
|
ln -f ldap2dns ldap2dnsd
|
||||||
|
|||||||
Reference in New Issue
Block a user