]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/ppc/Makefile.in
sim: ppc: replace filter_filename with lbasename
[thirdparty/binutils-gdb.git] / sim / ppc / Makefile.in
index f7c37cc68f79e52468a7bccbcf17369a2c7d2c80..b8e7fbfd45f10c3ed7e8fd230b57f19d32e6a95f 100644 (file)
@@ -198,8 +198,7 @@ CPU_H = \
        cpu.c
 
 DEBUG_H = \
-       debug.h \
-       $(FILTER_FILENAME_H)
+       debug.h
 
 DEVICE_H = \
        device.h
@@ -240,9 +239,6 @@ EMUL_UNIX_H = \
 EVENTS_H = \
        events.h
 
-FILTER_FILENAME_H = \
-       filter_filename.h
-
 FILTER_H = \
        filter.h
 
@@ -304,8 +300,7 @@ LF_H = \
 
 MISC_H = \
        misc.h \
-       $(CONFIG_H) \
-       $(FILTER_FILENAME_H)
+       $(CONFIG_H)
 
 MON_H = \
        mon.h \
@@ -466,7 +461,6 @@ COMMON_OBJS = $(COMMON_OBJS_NAMES:%=../common/%)
 #       first
 LIB_OBJ = \
        debug.o \
-       filter_filename.o \
        bits.o \
        sim-endian.o \
        os_emul.o \
@@ -519,7 +513,6 @@ psim.o: psim.c $(CPU_H) $(IDECODE_H) $(OPTIONS_H) $(TREE_H) $(BFD_H)
 bits.o: bits.c $(BASICS_H)
 
 debug.o: debug.c $(CONFIG_H) $(BASICS_H)
-filter_filename.o: filter_filename.c $(CONFIG_H) $(FILTER_FILENAME_H)
 
 sim-endian.o: sim-endian.c $(CONFIG_H) $(BASICS_H) $(SIM_ENDIAN_N_H)