]> Git Repo - binutils.git/blobdiff - ld/Makefile.in
* emultempl/elf32.em: Add support for elf-hints.h on FreeBSD and Dragonfly targets.
[binutils.git] / ld / Makefile.in
index 2af4e519ce729c0bd57f0cd4f598424d7592c895..30b925596b755ece6a461d27dc162179d6693c82 100644 (file)
@@ -644,7 +644,7 @@ CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \
 
 HFILES = ld.h ldctor.h ldemul.h ldexp.h ldfile.h \
        ldlang.h ldlex.h ldmain.h ldmisc.h ldver.h \
-       ldwrite.h mri.h deffile.h pe-dll.h
+       ldwrite.h mri.h deffile.h pe-dll.h elf-hints-local.h
 
 GENERATED_CFILES = ldgram.c ldlex.c deffilep.c
 GENERATED_HFILES = ldgram.h ldemul-list.h deffilep.h
@@ -813,7 +813,7 @@ distclean-libtool:
        else \
          rc=$$?; \
          cd $(srcdir) && \
-         $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \
+         $$restore $$backupdir/* `echo "$@" | sed 's|[^/]*$$||'`; \
        fi; \
        rm -rf $$backupdir; exit $$rc
 
This page took 0.023685 seconds and 4 git commands to generate.