s3:Makefile: fix a typo in flag variable name
authorBjörn Jacke <bj@sernet.de>
Wed, 16 Jun 2010 11:48:53 +0000 (13:48 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 16 Jun 2010 12:03:52 +0000 (14:03 +0200)
This is the backport of 60cba59ff8ee75e3d476c1b293ca2f545b7f9e49 and fixes
another build error on AIX.

see also bug #7504 (numerous build glitches to be fixed)

source3/Makefile.in

index 6030a10124af5227e73d424a804826b7b13eaefb..08581a4304f9e2328f573372a60bb5f58198d09f 100644 (file)
@@ -2923,14 +2923,14 @@ bin/rpc_open_tcp@EXEEXT@: $(BINARY_PREREQS) $(RPC_OPEN_TCP_OBJ) $(LIBTALLOC) $(L
 bin/test_lp_load@EXEEXT@: $(BINARY_PREREQS) $(TEST_LP_LOAD_OBJ) @BUILD_POPT@ $(LIBTALLOC) $(LIBTDB)
        @echo "Linking $@"
        @$(CC) -o $@ $(TEST_LP_LOAD_OBJ) \
-               $(LDFLAGS) $(DYNEEXP) $(LIBS) \
+               $(LDFLAGS) $(DYNEXP) $(LIBS) \
                $(LDAP_LIBS) \
                $(POPT_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)
 
 bin/dbwrap_tool@EXEEXT@: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) $(LIBWBCLIENT)
        @echo "Linking $@"
        @$(CC) -o $@ $(DBWRAP_TOOL_OBJ)\
-               $(LDFLAGS) $(DYNEEXP) $(LIBS) \
+               $(LDFLAGS) $(DYNEXP) $(LIBS) \
                $(LDAP_LIBS) \
                @LIBWBCLIENT_STATIC@ $(LIBWBCLIENT_LIBS) \
                $(LIBTALLOC_LIBS) $(LIBTDB_LIBS)