diff options
| author | Richard M. Stallman | 1995-08-16 14:20:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-08-16 14:20:19 +0000 |
| commit | a6578b63d2b749400f2fa53b8f6ebec4dc74df75 (patch) | |
| tree | 2dfb9a3223a63b97d1b104065d851d9d33b166c2 | |
| parent | 81ed2d75e9d24574c4db3867e19dc35c482f6845 (diff) | |
| download | emacs-a6578b63d2b749400f2fa53b8f6ebec4dc74df75.tar.gz emacs-a6578b63d2b749400f2fa53b8f6ebec4dc74df75.zip | |
(RANLIB): Get this var from configure.
| -rw-r--r-- | lwlib/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwlib/Makefile.in b/lwlib/Makefile.in index 2ad8cb7bb2c..756a285d673 100644 --- a/lwlib/Makefile.in +++ b/lwlib/Makefile.in | |||
| @@ -10,6 +10,7 @@ CC=@CC@ | |||
| 10 | CFLAGS=@CFLAGS@ | 10 | CFLAGS=@CFLAGS@ |
| 11 | CPP=@CPP@ | 11 | CPP=@CPP@ |
| 12 | LN_S=@LN_S@ | 12 | LN_S=@LN_S@ |
| 13 | RANLIB=@RANLIB@ | ||
| 13 | # See below--@X_TOOLKIT_TYPE@ is used below. | 14 | # See below--@X_TOOLKIT_TYPE@ is used below. |
| 14 | USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ | 15 | USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ |
| 15 | 16 | ||
| @@ -18,7 +19,6 @@ USE_X_TOOLKIT=@X_TOOLKIT_TYPE@ | |||
| 18 | AR = ar cq | 19 | AR = ar cq |
| 19 | 20 | ||
| 20 | LN = ln -s | 21 | LN = ln -s |
| 21 | RANLIB = ranlib | ||
| 22 | RM = rm -f | 22 | RM = rm -f |
| 23 | 23 | ||
| 24 | LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o | 24 | LUCID_OBJS = lwlib-Xlw.o xlwmenu.o lwlib-Xaw.o |