forked from Imagelibrary/rtems
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch from prefix to exec_prefix. * target.cfg.in: Remove prefix and commented out lines.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Switch from prefix to exec_prefix.
|
||||
* target.cfg.in: Remove prefix and commented out lines.
|
||||
|
||||
2001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.in: Remove rtems_cv_prog_cc_cross reference.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign 1.4
|
||||
ACLOCAL_AMFLAGS = -I ../../aclocal
|
||||
|
||||
rtems_makedir = $(prefix)/make
|
||||
rtems_makedir = $(exec_prefix)/make
|
||||
|
||||
GENERIC_FILES = target.cfg
|
||||
|
||||
|
||||
@@ -4,11 +4,8 @@
|
||||
# Target specific settings.
|
||||
#
|
||||
|
||||
prefix = @prefix@
|
||||
|
||||
CFLAGS = @CFLAGS@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
# DEFS = @DEFS@
|
||||
LDFLAGS =
|
||||
LIBS = @LIBS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user