mirror of
https://github.com/bklang/ldap2dns.git
synced 2025-10-27 06:14:15 -04:00
Importing version 0.2.3
git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@3 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,6 +1,6 @@
|
||||
# $Id: Makefile,v 1.22 2001/02/16 09:51:23 jrief Exp $
|
||||
VERSION=0.2.2
|
||||
RELEASE=2
|
||||
VERSION=0.2.3
|
||||
RELEASE=1
|
||||
CC=gcc -O2
|
||||
CFLAGS=$(INC) $(WITHTINYDNS) -DVERSION='"$(VERSION)"'
|
||||
OBJS=ldap2dns.o
|
||||
@@ -36,7 +36,7 @@ clean:
|
||||
|
||||
tar: clean
|
||||
cd ..; \
|
||||
tar czf $(TARFILE) ldap2dns-$(VERSION) --exclude CVS
|
||||
tar czf $(TARFILE) ldap2dns-$(VERSION) --exclude CVS --exclude DNSadmin
|
||||
|
||||
$(SPECFILE): Specfile
|
||||
sed -e 's#%VERSION%#$(VERSION)#g' \
|
||||
|
||||
Reference in New Issue
Block a user