GNU header update.
[cacao.git] / src / vm / jit / powerpc / Makefile.am
index 22db88c577a58173b7881020911284308c2736b6..39ad1d0036f47fe015c88a94525a6c43824fd01b 100644 (file)
@@ -3,7 +3,7 @@
 ## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
 ## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 ## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger,
-## TU Wien
+## Institut f. Computersprachen - TU Wien
 ##
 ## This file is part of CACAO.
 ##
 ##
 ## Changes:
 ##
-## $Id: Makefile.am 1708 2004-12-06 15:36:31Z twisti $
+## $Id: Makefile.am 1735 2004-12-07 14:33:27Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
 INCLUDES = -I$(top_srcdir)/src
 
+CLEANFILES = offsets.h
+
 noinst_HEADERS = \
        arch.h \
        machine-instr.h \
@@ -53,7 +55,7 @@ libarch_la_SOURCES = \
        ppc-opc.c \
        ppc.h
 
-asmpart.o: asmpart.S $(top_srcdir)/config.h offsets.h
+asmpart.S: $(top_srcdir)/config.h offsets.h
 
 .S.lo:
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<