2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* vectors/Makefile.am: Remove bogus VPATH.
This commit is contained in:
Joel Sherrill
2001-10-24 21:40:28 +00:00
parent 23d0e0c891
commit 2ed1563c6a
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* vectors/Makefile.am: Remove bogus VPATH.
2001-10-12 Joel Sherrill <joel@OARcorp.com>
* clock/p_clock.c: Fixed typo.

View File

@@ -4,8 +4,6 @@
AUTOMAKE_OPTIONS = foreign 1.4
VPATH = @srcdir@:
C_FILES = vectors_init.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)