diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 11:59:02 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-18 11:59:02 +0100 |
commit | 4e750552b789054f094c3dc42f091cebdc4f715e (patch) | |
tree | 6231d9969f39482b5b9e74e7ee519a96cc989653 /source4/rules.mk | |
parent | 85ac8dc17ad8cd01bb773383fd30261b9f357292 (diff) | |
parent | e8cf95773df914e8d71dcc1ce713fe0cc723d946 (diff) | |
download | samba-4e750552b789054f094c3dc42f091cebdc4f715e.tar.gz samba-4e750552b789054f094c3dc42f091cebdc4f715e.tar.bz2 samba-4e750552b789054f094c3dc42f091cebdc4f715e.zip |
Merge branch 'v4-0-trivial' into v4-0-gmake3
Conflicts:
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
(This used to be commit d31987461984aebf8c6f2513e83c92757c0f83c7)
Diffstat (limited to 'source4/rules.mk')
-rw-r--r-- | source4/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/rules.mk b/source4/rules.mk index 857e946d34..506d4c0431 100644 --- a/source4/rules.mk +++ b/source4/rules.mk @@ -37,6 +37,9 @@ PCHCOMPILE = @$(CC) -Ilib/replace \ $(CFLAGS) `$(PERL) $(srcdir)/script/cflags.pl $@` \ $(PICFLAG) $(CPPFLAGS) -c $(FIRST_PREREQ) -o $@ +# Partial linking +PARTLINK = @$(PROG_LD) -r + include/config.h: @echo "include/config.h not present" @echo "You need to rerun ./autogen.sh and ./configure" |