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

* clock/Makefile.am: Apply *_HEADERS instead of *H_FILES.
This commit is contained in:
Joel Sherrill
2001-03-05 22:48:31 +00:00
parent bb621b05e1
commit bb56b9f166
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Apply *_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

@@ -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)