2001-02-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de:

* include/Makefile.am, syscall/Makefile.am, cache/Makefile.am:
	Apply include_*HEADERS instead of H_FILES.
	* cache/.cvsignore: Add cache.h.
This commit is contained in:
Joel Sherrill
2001-03-01 21:49:29 +00:00
parent d5fb9582ac
commit 728741287a
5 changed files with 19 additions and 8 deletions

View File

@@ -9,7 +9,7 @@ PGM = $(ARCH)/syscall.rel
## Assembly sources
S_FILES = syscall.S
H_FILES = syscall.h
noinst_HEADERS = syscall.h
syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)