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

* include/Makefile.am: Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
Joel Sherrill
2001-03-05 22:47:12 +00:00
parent 5ce7c34994
commit 232b633399
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-02-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de:
* clock/Makefile.am: Apply include_*HEADERS instead of H_FILES.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -9,7 +9,7 @@ PGM = $(ARCH)/clock.rel
C_FILES = ckinit.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
H_FILES = clock.h
noinst_HEADERS = clock.h
S_FILES = clock.S
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.o)