summaryrefslogtreecommitdiff
path: root/nscd
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-11-01 10:40:53 +0100
committerAndreas Schwab <schwab@linux-m68k.org>2011-11-01 18:28:38 +0100
commit45b96dd684f1bc25d3ba113dbe6795b1c4db57f5 (patch)
treeee20567842cc8797159bcb5fda3afece462ddc21 /nscd
parentfadb59f8d322e5c7ec3c2dd2cbf5d44baf5eddd9 (diff)
Properly set extra-objs in nscd makefile
Diffstat (limited to 'nscd')
-rw-r--r--nscd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index be0afed2d8..284b4fc4e7 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -43,7 +43,7 @@ others += nscd
others-pie += nscd
install-sbin := nscd
-extra-objs := $(nscd-modules:=.o)
+extra-objs = $(nscd-modules:=.o)
endif