aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-12-23 02:07:16 +0000
committerRichard M. Stallman1993-12-23 02:07:16 +0000
commitaf77f20d5bbc4984cc082eb64afd80cc9ea836d4 (patch)
tree5bce8a956e731f83947e34ca534797d5ec8fd3e6 /src
parent47ccd8b6efbb912b2df3e2bdc5b0671519e62ba1 (diff)
downloademacs-af77f20d5bbc4984cc082eb64afd80cc9ea836d4.tar.gz
emacs-af77f20d5bbc4984cc082eb64afd80cc9ea836d4.zip
(OTHER_FILES): Use ${libsrc} as dir.
Diffstat (limited to 'src')
-rw-r--r--src/m/sun2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/sun2.h b/src/m/sun2.h
index 7484a8b5f60..c4f617c5839 100644
--- a/src/m/sun2.h
+++ b/src/m/sun2.h
@@ -96,7 +96,7 @@ NOTE-END */
96/* These programs require Sun UNIX 4.2 Release 3.2 or greater */ 96/* These programs require Sun UNIX 4.2 Release 3.2 or greater */
97 97
98#ifdef HAVE_SUN_WINDOWS 98#ifdef HAVE_SUN_WINDOWS
99#define OTHER_FILES ${etcdir}emacstool 99#define OTHER_FILES ${libsrc}emacstool
100#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect 100#define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect
101#define OBJECTS_MACHINE sunfns.o 101#define OBJECTS_MACHINE sunfns.o
102#define SYMS_MACHINE syms_of_sunfns () 102#define SYMS_MACHINE syms_of_sunfns ()