Changeset 5e5cf07 in rtems for c/src/optman/Makefile.am


Ignore:
Timestamp:
02/19/04 06:08:15 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d7fb9f8
Parents:
c98c9c9
Message:

2004-02-19 Ralf Corsepius <corsepiu@…>

  • libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am: Preinstall dirs.
  • wrapup/Makefile.am: Preinstall dirs. Cosmetics.
  • aclocal/check-multiprocessing.m4: Cosmetics.
  • aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
  • aclocal/project-root.m4: Remove obsolete comments. Remove PACKHEX.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/optman/Makefile.am

    rc98c9c9 r5e5cf07  
    184184        @$(mkdir_p) $(PROJECT_LIB)
    185185        @: > $(PROJECT_LIB)/$(dirstamp)
    186 TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)
     186PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
    187187
    188188$(PROJECT_LIB)/no-ext$(LIB_VARIANT).rel: no-ext$(LIB_VARIANT).rel $(PROJECT_LIB)/$(dirstamp)
     
    234234TMPINSTALL_FILES += $(PROJECT_LIB)/no-timer$(LIB_VARIANT).rel
    235235
     236DISTCLEANFILES = $(PREINSTALL_DIRS)
    236237CLEANFILES += $(TMPINSTALL_FILES)
    237238
Note: See TracChangeset for help on using the changeset viewer.