Ignore:
Timestamp:
12/01/03 12:20:12 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8c27637
Parents:
2c48597d
Message:

2003-12-01 Ralf Corsepius <corsepiu@…>

  • clock/Makefile.am: Reformat.
  • timer/Makefile.am: Reformat.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/mips64orion/clock/Makefile.am

    r2c48597d r48290fe0  
    22## $Id$
    33##
    4 
    54
    65PGM = $(ARCH)/clock.rel
     
    1211noinst_HEADERS = clock.h
    1312
    14 clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
     13clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \
     14    $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    1515
    1616include $(top_srcdir)/../../../automake/compile.am
Note: See TracChangeset for help on using the changeset viewer.