forked from Imagelibrary/rtems
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:
@@ -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>
|
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* automake/compile.am: Remove CONFIG.CC (Unused).
|
* automake/compile.am: Remove CONFIG.CC (Unused).
|
||||||
|
|||||||
@@ -14,8 +14,6 @@ if RTEMS_USE_GCC
|
|||||||
GCCSPECS = $(GCC_SPECS) $(RTEMS_BSP_SPECS)
|
GCCSPECS = $(GCC_SPECS) $(RTEMS_BSP_SPECS)
|
||||||
endif # RTEMS_USE_GCC
|
endif # RTEMS_USE_GCC
|
||||||
|
|
||||||
DEFS = @DEFS@
|
|
||||||
|
|
||||||
LINK_LIBS = $(LD_LIBS)
|
LINK_LIBS = $(LD_LIBS)
|
||||||
|
|
||||||
#
|
#
|
||||||
@@ -115,5 +113,5 @@ AM_CXXFLAGS = $(RTEMS_CXXFLAGS)
|
|||||||
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
|
AM_CCASFLAGS = $(CPU_CFLAGS) $(RTEMS_CPPFLAGS) $(RTEMS_CCASFLAGS)
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
$(RM) -r o-optimize $(CLEANDIRS)
|
$(RM) -r o-optimize
|
||||||
$(RM) Depends-o-optimize.tmp
|
$(RM) Depends-o-optimize.tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user