summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2006-06-18 03:06:27 +0000
committerMichael Jennings <mej@kainx.org>2006-06-18 03:06:27 +0000
commitddd76116088589d3b8b1580bddb768b5eea1f374 (patch)
tree0ee8e945e4bbd8f60b7c1efb0073fa8e89193b74
parent6c1e5b3b6c30bab638d70edd31e3ee663e3217e8 (diff)
downloadeterm-ddd76116088589d3b8b1580bddb768b5eea1f374.tar.gz
Sat Jun 17 23:06:03 2006 Michael Jennings (mej)
Daniel Macks <dmacks@netspace.org> noticed that gdb.scr wasn't being installed. Oops. Fixed now. ---------------------------------------------------------------------- SVN revision: 23491
-rw-r--r--ChangeLog5
-rw-r--r--src/Makefile.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 958953d..9faab77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5496,3 +5496,8 @@ before starting the Escreen session via ssh.
Add usleep() to system() wait so as to not peg the CPU while sitting
and spinning.
----------------------------------------------------------------------
+Sat Jun 17 23:06:03 2006 Michael Jennings (mej)
+
+Daniel Macks <dmacks@netspace.org> noticed that gdb.scr wasn't being
+installed. Oops. Fixed now.
+----------------------------------------------------------------------
diff --git a/src/Makefile.am b/src/Makefile.am
index d05650d..6f4bb7b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,9 +39,9 @@ Eterm_DEPENDENCIES = libEterm.la
Eterm_LDFLAGS = -rpath $(libdir):$(pkglibdir)
Eterm_LDADD = libEterm.la
-EXTRA_DIST = mmx_cmod.S sse2_cmod.c
+EXTRA_DIST = gdb.scr mmx_cmod.S sse2_cmod.c
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
- test ! -z "$(GDB_CMD_FILE)" && $(INSTALL_DATA) gdb.scr $(DESTDIR)$(pkgdatadir)/ || :
+ test ! -z "$(GDB_CMD_FILE)" && $(INSTALL_DATA) $(srcdir)/gdb.scr $(DESTDIR)$(pkgdatadir)/ || :
MAINTAINERCLEANFILES=Makefile.in