Changed file name.

This commit is contained in:
Joel Sherrill
1999-02-10 17:06:27 +00:00
parent 9619ff36e9
commit f93d996e26

View File

@@ -8,12 +8,12 @@ VPATH = @srcdir@
RTEMS_ROOT = @top_srcdir@
PROJECT_ROOT = @PROJECT_ROOT@
TEST=pxtimer
TEST=psxtimer
MANAGERS=all
# C source names, if any, go here -- minus the .c
C_PIECES=psxtimertest
C_PIECES=psxtimer
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)