vserver 1.9.3
[linux-2.6.git] / scripts / basic / Makefile
index 3afb3bf..f22e94c 100644 (file)
@@ -11,8 +11,8 @@
 #                include/config/...
 # docproc:      Used in Documentation/docbook
 
-host-progs     := fixdep split-include docproc
-always         := $(host-progs)
+hostprogs-y    := fixdep split-include docproc
+always         := $(hostprogs-y)
 
 # fixdep is needed to compile other host programs
 $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep