From 6ad30e1c6d193708b6ec16054d1009281a957c6f Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 6 Nov 2000 12:00:49 +0000 Subject: [PATCH] [project @ 2000-11-06 12:00:49 by simonmar] sgmlverb.c is in maintainer-clean --- glafp-utils/sgmlverb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glafp-utils/sgmlverb/Makefile b/glafp-utils/sgmlverb/Makefile index dc0ecca..4ae1203 100644 --- a/glafp-utils/sgmlverb/Makefile +++ b/glafp-utils/sgmlverb/Makefile @@ -7,7 +7,8 @@ LIBS = $(FLEX_LIB) override SRC_FLEX_OPTS=-8 -CLEAN_FILES += sgmlverb.c +# sgmlverb.c isn't in distclean +MAINTAINER_CLEAN_FILES += sgmlverb.c # # For src distributions, include flex output. -- 1.7.10.4