summaryrefslogtreecommitdiff
path: root/source4/rules.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-16 20:48:08 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-16 20:48:08 +0100
commitf6dec9de4715892abab6cc9f75c2eb6c70f75947 (patch)
tree7f76df10b1dd398c0197b80f0b009199bf66ab3f /source4/rules.mk
parent8d7e2eb68c7c63ef36d24ce59953c20c2579aa5f (diff)
downloadsamba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.tar.gz
samba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.tar.bz2
samba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.zip
Use standard variable for partial linking.
(This used to be commit 949fca9540889bb640466fc21ca36d08f77066a3)
Diffstat (limited to 'source4/rules.mk')
-rw-r--r--source4/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/rules.mk b/source4/rules.mk
index 1ef751b00a..4e7841fa93 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"