diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-04-29 20:57:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:37 -0500 |
commit | aa68fbab880b6b13431807df43118ea1f21bb8c7 (patch) | |
tree | 6216197eb7c4635e182829fc8d15b5da47e53627 /source4/Makefile.in | |
parent | 473d669835c5bca8b6a3bf3548381db9c714d389 (diff) | |
download | samba-aa68fbab880b6b13431807df43118ea1f21bb8c7.tar.gz samba-aa68fbab880b6b13431807df43118ea1f21bb8c7.tar.bz2 samba-aa68fbab880b6b13431807df43118ea1f21bb8c7.zip |
r411: make swig should not be the first make rule...
add make default -> all before
metze
(This used to be commit ddf6a575ff173fcf1e4898fc73459c52f554e043)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r-- | source4/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
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 |