2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* src/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
Ralf Corsepius
2002-08-11 06:01:51 +00:00
parent c6bb4fa450
commit 59ca137605
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Add bsplib_DATA. Eliminate LIBNAME. Cosmetical
+1 -1
View File
@@ -10,7 +10,7 @@ include $(top_srcdir)/../../../automake/lib.am
CC_FILES = rtemsEvent.cc rtemsInterrupt.cc rtemsMessageQueue.cc \
rtemsSemaphore.cc rtemsStatusCode.cc rtemsTask.cc rtemsTimer.cc
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.o)
CC_O_FILES = $(CC_FILES:%.cc=${ARCH}/%.$(OBJEXT))
SRCS = $(CC_FILES)
OBJS = $(CC_O_FILES)