Fix the sim build
[deliverable/binutils-gdb.git] / sim / ppc / Makefile.in
index 1635e01c49211bccbb45bc83fa8a90103dee57a1..fb5a6bd21e320f31d97e01ea418175c44f2038fe 100644 (file)
@@ -548,8 +548,8 @@ $(TARGETLIB): tmp-igen tmp-dgen tmp-hw tmp-pk tmp-defines $(LIB_OBJ) $(GDB_OBJ)
        $(AR) $(AR_FLAGS) $(TARGETLIB) $(LIB_OBJ) $(GDB_OBJ)
        $(RANLIB) $(TARGETLIB)
 
-version.c: Makefile $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcroot)/gdb/common/create-version.sh
-       $(SHELL) $(srcroot)/gdb/common/create-version.sh $(srcroot)/gdb \
+version.c: Makefile $(srcroot)/gdb/version.in $(srcroot)/bfd/version.h $(srcroot)/sim/common/create-version.sh
+       $(SHELL) $(srcroot)/sim/common/create-version.sh $(srcroot)/gdb \
            $(host_alias) $(target_alias) version.c
 version.o: version.c $(version_h)
 
This page took 0.024556 seconds and 4 git commands to generate.