From ef10f1a79fa6cc832b20e9d18798d9d98526bb2b Mon Sep 17 00:00:00 2001 From: hjp Date: Fri, 17 Jan 2003 14:50:46 +0000 Subject: [PATCH] Use GNUmakevars --- obwrap/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/obwrap/GNUmakefile b/obwrap/GNUmakefile index a4de0a5..a13f85e 100644 --- a/obwrap/GNUmakefile +++ b/obwrap/GNUmakefile @@ -1,4 +1,4 @@ -include GNUmakerules +include GNUmakevars all: obwrap @@ -6,3 +6,5 @@ errno: clean: rm obwrap install: $(BINDIR)/obwrap + +include GNUmakerules