X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblutil%2FMakefile.in;h=9e2ad3b6a485012322bb0725865c83e1704034e1;hb=dfc6b58d43718b0eca934c377a1aaa163cbe441e;hp=c8b146718127c75fa2c0626f8dd47f3841de064d;hpb=c2cb945c30c8f9597c54d41300c90bd404921a9c;p=openldap diff --git a/libraries/liblutil/Makefile.in b/libraries/liblutil/Makefile.in index c8b1467181..9e2ad3b6a4 100644 --- a/libraries/liblutil/Makefile.in +++ b/libraries/liblutil/Makefile.in @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2014 The OpenLDAP Foundation. +## Copyright 1998-2017 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -41,10 +41,10 @@ OBJS = base64.o entropy.o sasl.o signal.o hash.o passfile.o \ @LIBOBJS@ $(@PLAT@_OBJS) testavl: $(XLIBS) testavl.o - (LTLINK) -o $@ testavl.o $(LIBS) + $(LTLINK) -o $@ testavl.o $(LIBS) testtavl: $(XLIBS) testtavl.o - (LTLINK) -o $@ testtavl.o $(LIBS) + $(LTLINK) -o $@ testtavl.o $(LIBS) # These rules are for a Mingw32 build, specifically. # It's ok for them to be here because the clean rule is harmless, and