From: Richard M. Stallman Date: Thu, 23 Dec 1993 02:07:16 +0000 (+0000) Subject: (OTHER_FILES): Use ${libsrc} as dir. X-Git-Tag: emacs-19.34~10596 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af77f20d5bbc4984cc082eb64afd80cc9ea836d4;p=emacs.git (OTHER_FILES): Use ${libsrc} as dir. --- 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 */ /* These programs require Sun UNIX 4.2 Release 3.2 or greater */ #ifdef HAVE_SUN_WINDOWS -#define OTHER_FILES ${etcdir}emacstool +#define OTHER_FILES ${libsrc}emacstool #define LIBS_MACHINE -lsuntool -lsunwindow -lpixrect #define OBJECTS_MACHINE sunfns.o #define SYMS_MACHINE syms_of_sunfns ()