From 9e416a875f4e33eb5561b3f6ef3f4090945836ee Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 2 Feb 2000 12:49:14 +0000 Subject: [PATCH] small fix in rules --- demos/graph/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/graph/rules.mk b/demos/graph/rules.mk index a9de5766c..0af25f4ca 100644 --- a/demos/graph/rules.mk +++ b/demos/graph/rules.mk @@ -73,7 +73,7 @@ COMPILE_GRAPH_LIB = ar -r $@ $(GRAPH_OBJS) # Add the rules used to detect and compile graphics driver depending # on the current platform.. # -include $(wildcard $(GRAPH_)/*/rules.mk) +include $(wildcard $(TOP2)/graph/*/rules.mk) ######################################################################### #