o Fix PLIST

o Fix port Makefile breakage in example/calc preventing calc from
  being installed

PR:		29321
Submitted by:	John Merryweather Cooper <jmcoopr@webmail.bmi.net>,
		bento
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-08-09 06:21:09 +00:00
parent 418056675d
commit 871c783bc1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46005
2 changed files with 14 additions and 1 deletions

View File

@ -0,0 +1,12 @@
--- example/calc/Makefile.in Wed May 2 17:02:38 2001
+++ example/calc/Makefile.in.new Sun Jul 29 23:02:49 2001
@@ -346,7 +346,8 @@
all-recursive-am: calc.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
-install-exec-am:
+install-exec-am: $(PROGRAMS)
+ $(INSTALL_PROGRAM) $(PROGRAMS) $(bindir)
install-exec: install-exec-am
install-data-am:

View File

@ -1,12 +1,12 @@
bin/calc
bin/runtest
share/dejagnu/libexec/config.guess
share/dejagnu/config.guess
share/dejagnu/runtest.exp
share/dejagnu/i960glue.c
share/dejagnu/stub-loader.c
share/dejagnu/testglue.c
share/dejagnu/debugger.exp
share/dejagnu/dejagnu.exp
share/dejagnu/dg.exp
share/dejagnu/framework.exp
share/dejagnu/ftp.exp
@ -112,6 +112,7 @@ share/dejagnu/config/cygmon.exp
share/dejagnu/config/d10v.exp
share/dejagnu/config/ddb-ether.exp
share/dejagnu/config/ddb.exp
share/dejagnu/config/default.exp
share/dejagnu/config/dos.exp
share/dejagnu/config/dve.exp
share/dejagnu/config/gdb-comm.exp