2001-11-13 Joel Sherrill <joel@OARcorp.com>

* Makefile.am: Made to compile again.
This commit is contained in:
Joel Sherrill
2001-11-13 23:18:50 +00:00
parent bb0ea09d0d
commit 4f52e99216
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-11-13 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Made to compile again.
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.

View File

@@ -17,10 +17,10 @@ bin2boot_SOURCES = bin2boot.c
@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT): bin2boot$(EXEEXT)
$(INSTALL_PROGRAM) $< $@
PREINSTALL_FILES = @PROJECT_RELEASE@/build-tools \
TMPINSTALL_FILES = @PROJECT_RELEASE@/build-tools \
@PROJECT_RELEASE@/build-tools/bin2boot$(EXEEXT)
## HACK: install into build-tree
all-local: $(PREINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../../../../../../../automake/host.am