Ignore:
Timestamp:
01/14/04 06:47:37 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
81b29d79
Parents:
dc3b7da
Message:

2004-01-14 Ralf Corsepius <corsepiu@…>

  • mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • shared/Makefile.am: Ditto.
  • tx39/Makefile.am: Ditto.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/mips/shared/Makefile.am

    rdc3b7da rafc3f27b  
    7171
    7272## --
     73
    7374PREINSTALL_FILES =
    7475
     
    7677        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
    7778        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     79PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
    7880
    7981$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
     
    8183PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
    8284
     85CLEANFILES = $(PREINSTALL_FILES)
     86
    8387include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.