removed double entered header file
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 22 Nov 2004 12:35:51 +0000 (12:35 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 22 Nov 2004 12:35:51 +0000 (12:35 +0000)
[r4455]

ir/ana2/Makefile.in

index 186f1a7..e8580ce 100644 (file)
@@ -16,7 +16,7 @@ topdir = ../..
 subdir := ir/ana2
 
 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h pto_debug.h \
-       pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h
+       pto_ctx.h pto_init.h pto_name.h pto_util.h
 
 SOURCES = $(INSTALL_HEADERS)
 
@@ -29,7 +29,7 @@ include $(topdir)/MakeRules
 CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common  \
                -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \
                -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st \
-               -I$(top_srcdir)/ir/opt -I$(top_srcdir)/ir/stat
+               -I$(top_srcdir)/ir/opt   -I$(top_srcdir)/ir/arch -I$(top_srcdir)/ir/stat
 
 include $(top_srcdir)/MakeTargets