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:
Ben Klang
2006-06-08 16:18:50 +00:00
parent 4761d901cc
commit 1250d0950e

View File

@@ -30,8 +30,8 @@ all: ldap2dns ldap2dnsd
debug: ldap2dns-dbg
ldap2dns: ldap2dns.o $(LIBS)
$(LD) $(LDFLAGS) -o $@ $+
ldap2dns: ldap2dns.o
$(LD) $(LDFLAGS) $(LIBS) -o $@ $+
ldap2dnsd: ldap2dns
ln -f ldap2dns ldap2dnsd