* func.c: Remove ANSI_PROTOTYPES conditional code.
[deliverable/binutils-gdb.git] / sim / erc32 / Makefile.in
index 260641aa8fee2e86e0fc3f6d1d6e097448517ea2..845815a174ede3345fb519ecf8f8d80bbbe26147 100644 (file)
@@ -53,7 +53,7 @@ end.h: end
 # Copy the files into directories where they will be run.
 install-sis: installdirs
        n=`echo sis | sed '$(program_transform_name)'`; \
-       $(INSTALL_PROGRAM) sis $(bindir)/$$n
+       $(INSTALL_PROGRAM) sis$(EXEEXT) $(bindir)/$$n$(EXEEXT)
 
 clean-sis:
        rm -f sis end end.h
This page took 0.022967 seconds and 4 git commands to generate.