2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shared/cache/Makefile.am, tx39/include/Makefile.am:
	Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
Joel Sherrill
2001-03-05 22:48:10 +00:00
parent b98c8c9b7c
commit bb621b05e1
4 changed files with 19 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ C_FILES = ckinit.c
S_FILES = clock.S
H_FILES = clock.h
noinst_HEADERS = clock.h
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)