Removed unnecessary copying of several header files.

This commit is contained in:
kolev 2006-11-29 22:45:48 +00:00
parent 72f3e57377
commit 17f273b18c
2 changed files with 0 additions and 3 deletions

View File

@ -68,8 +68,6 @@ OBJS = ${BLAS_FILES:.c=.o}
all: ${OBJS}
cp -fp *.*o ${HYPRE_SRC_TOP_DIR}/utilities
cp -fp f2c.h ${HYPRE_SRC_TOP_DIR}/utilities
cp -fp *.h ${HYPRE_BUILD_DIR}/include
install: all
cp -fp *.h ${HYPRE_INC_INSTALL}/include

View File

@ -111,7 +111,6 @@ OBJS = ${LAPACK_FILES:.c=.o}
all: ${OBJS} dlamch.o
cp -fp *.*o ${HYPRE_SRC_TOP_DIR}/utilities
cp -fp *.h ${HYPRE_BUILD_DIR}/include
install: all
cp -fp *.h ${HYPRE_INC_INSTALL}/include