From aa68fbab880b6b13431807df43118ea1f21bb8c7 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 29 Apr 2004 20:57:22 +0000 Subject: r411: make swig should not be the first make rule... add make default -> all before metze (This used to be commit ddf6a575ff173fcf1e4898fc73459c52f554e043) --- source4/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/Makefile.in b/source4/Makefile.in index 405f42764a..967c0fcf62 100644 --- a/source4/Makefile.in +++ b/source4/Makefile.in @@ -227,6 +227,8 @@ PROTO_OBJ = $(SERVER_OBJS) $(PROCESS_MODEL_OBJS) $(CLIENT_OBJS) $(TORTURE_OBJS) $(DCERPC_OBJS) $(SMB_OBJS) $(AUTH_OBJS) $(PASSDB_OBJS) $(NTVFS_OBJS) \ $(LIBBASIC_OBJS) $(LIBLDB_OBJS) $(CONFIG_OBJS) $(LIBCMDLINE_OBJS) $(LIBSMB_OBJS) $(REG_OBJS) +default: all + # Swig extensions PYTHON_TDB_OBJ = lib/tdb/tdb.o lib/tdb/spinlock.o -- cgit