forked from Imagelibrary/rtems
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
|
||||||
|
|
||||||
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Add BSP_SUBDIRS.
|
* configure.ac: Add BSP_SUBDIRS.
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ SRCS = $(LIBBSP) $(LIBNETWORKING) $(LIBRDBG) \
|
|||||||
../libchip/serial/$(ARCH)/libserialio.a \
|
../libchip/serial/$(ARCH)/libserialio.a \
|
||||||
$(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
|
$(wildcard $(PROJECT_RELEASE)/lib/libnetchip$(LIB_VARIANT).a) \
|
||||||
../libmisc/wrapup/$(ARCH)/libmisc.a \
|
../libmisc/wrapup/$(ARCH)/libmisc.a \
|
||||||
$(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).o)
|
$(wildcard $(PROJECT_RELEASE)/lib/rtems-ctor$(LIB_VARIANT).$(OBJEXT))
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(LIB)
|
TMPINSTALL_FILES += $(LIB)
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ $(LIB): $(SRCS)
|
|||||||
test -d $(ARCH) || mkdir $(ARCH)
|
test -d $(ARCH) || mkdir $(ARCH)
|
||||||
for f in $(SRCS); do \
|
for f in $(SRCS); do \
|
||||||
case $$f in \
|
case $$f in \
|
||||||
*.o | *.rel) \
|
*.$(OBJEXT) | *.rel) \
|
||||||
if test -f $(ARCH)/`basename $$f`; then \
|
if test -f $(ARCH)/`basename $$f`; then \
|
||||||
if cmp $$f $(ARCH)/`basename $$f`; then \
|
if cmp $$f $(ARCH)/`basename $$f`; then \
|
||||||
true; \
|
true; \
|
||||||
|
|||||||
Reference in New Issue
Block a user