Remove i386_elf_emit_arch_note
[deliverable/binutils-gdb.git] / sim / common / Makefile.in
index 214b6580f870894f3ea8137792dd96495de3261c..d49a93bfb4a1b8077aaff5ddda7bdca6860b0ea6 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for simulator common directory
-#    Copyright (C) 1996-1997, 2007-2012 Free Software Foundation, Inc.
+#    Copyright (C) 1996-2015 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,8 @@ default: all
 
 VPATH = @srcdir@
 srcdir = @srcdir@
-srcroot = $(srcdir)/../..
+abs_srcdir = @abs_srcdir@
+srcroot = $(abs_srcdir)/../..
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -82,7 +83,7 @@ headers:
        rootme=`pwd` ; \
        cd $(srcdir) ; \
        rm -f nltvals.new ; \
-       $(SHELL) $(srcdir)/gennltvals.sh $(SHELL) $(srcroot) "$(CPP_FOR_TARGET)" > nltvals.new ; \
+       $(SHELL) $(abs_srcdir)/gennltvals.sh $(SHELL) $(srcroot) "$(CPP_FOR_TARGET)" > nltvals.new ; \
        $(SHELL) $(srcroot)/move-if-change nltvals.new nltvals.def
 
 .c.o:
This page took 0.022962 seconds and 4 git commands to generate.