diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:15:33 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:15:33 -0600 |
commit | fa8ae3c88e6081168d1c17dfa69a06e02d19b510 (patch) | |
tree | a18e1457bd189423b0be0feb79df1ef2c585926f /contrib/nslint-2.1a3 | |
parent | 79ae91633aed663f46adec15bdb2161c9db6f733 (diff) | |
download | bind9-fa8ae3c88e6081168d1c17dfa69a06e02d19b510.tar.gz |
9.3.0rc3
Diffstat (limited to 'contrib/nslint-2.1a3')
-rw-r--r-- | contrib/nslint-2.1a3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/nslint-2.1a3/Makefile.in b/contrib/nslint-2.1a3/Makefile.in index 5f21cc4f..8761a4ca 100644 --- a/contrib/nslint-2.1a3/Makefile.in +++ b/contrib/nslint-2.1a3/Makefile.in @@ -17,7 +17,7 @@ # WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # -# @(#) $Id: Makefile.in,v 1.1 2001/12/21 04:12:02 marka Exp $ (LBL) +# @(#) $Id: Makefile.in,v 1.1.204.1 2004/07/20 07:01:55 marka Exp $ (LBL) # # Various configurable paths (remember to edit Makefile.in, not Makefile) @@ -79,7 +79,7 @@ CLEANFILES = $(PROG) $(OBJ) $(GENSRC) $(PROG): $(OBJ) @rm -f $@ - $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS) + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) $(LIBS) version.o: version.c version.c: $(srcdir)/VERSION |