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

* tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
This commit is contained in:
Ralf Corsepius
2002-08-11 05:17:03 +00:00
parent 4f8d7dd13d
commit 5c4c752b1b
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved

View File

@@ -8,7 +8,7 @@ TEST = tmitronsem01
MANAGERS = all
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)

View File

@@ -1,3 +1,7 @@
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-08-01 Joel Sherrill <joel@OARcorp.com>
* Per PR47 add support for buffered test output. This involved

View File

@@ -8,7 +8,7 @@ TEST = tmitronsem01
MANAGERS = all
C_FILES = init.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
H_FILES = system.h
noinst_HEADERS = $(H_FILES)