From fd3c9faa9f6be38d045f0cadc7d1684fbd1b5819 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 14 Feb 2004 04:52:53 +0000 Subject: 2004-02-14 Ralf Corsepius * bsp.am: DISTCLEANFILES = include/bspopts.h. --- c/src/lib/libbsp/ChangeLog | 4 ++++ c/src/lib/libbsp/bsp.am | 1 + 2 files changed, 5 insertions(+) diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog index 6585a3e508..c53ea2c23f 100644 --- a/c/src/lib/libbsp/ChangeLog +++ b/c/src/lib/libbsp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-14 Ralf Corsepius + + * bsp.am: DISTCLEANFILES = include/bspopts.h. + 2004-02-09 Ralf Corsepius * Makefile.am: Don't include lib.am. diff --git a/c/src/lib/libbsp/bsp.am b/c/src/lib/libbsp/bsp.am index 85516ca153..69129dab8d 100644 --- a/c/src/lib/libbsp/bsp.am +++ b/c/src/lib/libbsp/bsp.am @@ -28,3 +28,4 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h $(PROJECT_INCLUDE)/bspopts.h: include/bspopts.h $(PROJECT_INCLUDE)/$(dirstamp) $(INSTALL_DATA) $< $@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/bspopts.h +DISTCLEANFILES = include/bspopts.h -- cgit v1.2.3