2001-08-26 Brett Swimley <brett.swimley@aedinc.net>

* mw-fb\Makefile.am: Corrected problem.
This commit is contained in:
Joel Sherrill
2001-08-16 21:19:31 +00:00
parent f30a0ca972
commit baf7b0856b
2 changed files with 12 additions and 8 deletions

View File

@@ -21,9 +21,6 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/%.h: %.h
@@ -36,7 +33,12 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
${LIB}: ${OBJS}
$(make-library)
all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
.PRECIOUS: $(LIB)
EXTRA_DIST = $(C_FILES)

View File

@@ -21,9 +21,6 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
$(PROJECT_INCLUDE)/rtems:
@$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/rtems/%.h: %.h
@@ -36,7 +33,12 @@ $(PROJECT_INCLUDE)/rtems/%.h: %.h
${LIB}: ${OBJS}
$(make-library)
all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES)
.PRECIOUS: $(LIB)
EXTRA_DIST = $(C_FILES)