2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/Makefile.am: Reformat.
	* tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
This commit is contained in:
Ralf Corsepius
2003-12-01 21:34:14 +00:00
parent 6e4e067a97
commit 107d0e35c3
3 changed files with 6 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat.
* tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.
@@ -2,7 +2,6 @@
## $Id$
##
noinst_HEADERS = timesys.h
include $(top_srcdir)/../automake/local.am
@@ -2,7 +2,6 @@
## $Id$
##
TEST = tmitronsem01
MANAGERS = all
@@ -38,7 +37,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(ARCH) $(TMPINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)