2003-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
This commit is contained in:
Ralf Corsepius
2003-05-15 09:36:58 +00:00
parent 48c962561d
commit a6242fa5d6
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2003-05-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/Makefile.am: Remove -DBSP_IS_I386EX=1 (unused).
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR. * configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -24,11 +24,6 @@ include $(top_srcdir)/../../../../../../automake/lib.am
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
## FIXME: This doesn't seem to be useful
## AM_CPPFLAGS += -I$(srcdir)
AM_CPPFLAGS += -DBSP_IS_I386EX=1
$(PGM): $(startup_rel_OBJECTS) $(PGM): $(startup_rel_OBJECTS)
$(make-rel) $(make-rel)