From d5b004b6e3293e8758d42b3205a94a8590196882 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 23 Nov 1999 13:52:59 +0000 Subject: Patch from Ralf Corsepius to convert the libmisc directory from Makefile.in to Makefile.am. --- c/src/libmisc/dummy/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'c/src/libmisc/dummy/Makefile.am') diff --git a/c/src/libmisc/dummy/Makefile.am b/c/src/libmisc/dummy/Makefile.am index 296cdc48c6..5d3026cc53 100644 --- a/c/src/libmisc/dummy/Makefile.am +++ b/c/src/libmisc/dummy/Makefile.am @@ -11,9 +11,7 @@ PGM = ${ARCH}/$(PGMNAME).rel C_FILES = dummy.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -H_FILES = - -SRCS = $(C_FILES) $(H_FILES) +SRCS = $(C_FILES) OBJS = $(C_O_FILES) include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg @@ -23,14 +21,14 @@ TMPINSTALL_FILES = \ $(PROJECT_INCLUDE)/rtems \ $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel -$(PROJECT_INCLUDE)/rtems): +$(PROJECT_INCLUDE)/rtems: @$(mkinstalldirs) $@ # # (OPTIONAL) Add local stuff here using += # -${PGM}: ${SRCS} ${OBJS} +${PGM}: ${OBJS} $(make-rel) $(PROJECT_RELEASE)/lib/$(PGMNAME)$(LIB_VARIANT).rel: $(PGM) -- cgit v1.2.3