From 1bf21d048ad680ef5ff6842518f989fb8a80685a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Fri, 23 Dec 2005 17:53:28 +0000 Subject: [PATCH] (info): TOP was missing. --- Make.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.mk b/Make.mk index 8c174289..98bc6e79 100644 --- a/Make.mk +++ b/Make.mk @@ -51,7 +51,7 @@ tsrc := $(filter %.t, $(src)) # Info topics and subjects -include subjects.mk topics := $(patsubst %.t,%,$(notdir $(tsrc))) -info := $(topics) $(subjects) all +info := $(topics) $(subjects) all TOP # Generated files mk := sources.mk subjects.mk