2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>

* automake/compile.am: Remove CLEANDIRS (Unused).
	Remove DEFS (Implicitly handled by automake).
This commit is contained in:
Ralf Corsepius
2005-01-06 13:41:12 +00:00
parent 0961040052
commit f002ec359d
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove CLEANDIRS (Unused).
Remove DEFS (Implicitly handled by automake).
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove CONFIG.CC (Unused).

View File

@@ -14,8 +14,6 @@ if RTEMS_USE_GCC
GCCSPECS = $(GCC_SPECS) $(RTEMS_BSP_SPECS)
endif # RTEMS_USE_GCC
DEFS = @DEFS@
LINK_LIBS = $(LD_LIBS)
#
@@ -115,5 +113,5 @@ AM_CXXFLAGS = $(RTEMS_CXXFLAGS)
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
clean-local:
$(RM) -r o-optimize $(CLEANDIRS)
$(RM) -r o-optimize
$(RM) Depends-o-optimize.tmp